Forum Discussion

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

Clocking is too complex - error

Please advise me how to get rid of error from the title. It appears when I try to compile following code: LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY ff IS PORT( t : IN std_logic; s : IN s...