Forum Discussion
Altera_Forum
Honored Contributor
9 years agoClocking 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...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Are you instantiating this block on its own or part of a larger system? --- Quote End --- on its own