Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Warning: Found combinational loop of 1 nodes

how i can avoid this problem library ieee; USE ieee.std_logic_1164.all; Entity dmux8 IS PORT( S : IN INTEGER RANGE 0 to 7; d : IN STD_LOGIC; Y : OUT STD_LOGIC_VECTOR(0 to 7) ); END dmux8;...