Altera_Forum
Honored Contributor
18 years agoclock enable multicycle
Hi,
I assign a "clock enable source multicycle" requirement to a path from FSM1:FSM_level1|clken to add_sub_level1|clken. I added also the attribute : <attribute direct_enable : boolean; <attribute direct_enable of clken :signal is true; in the add_sub_level1| VHDL code Synthesis is OK, but the assignment is removed. I get this message in the compilation report : Node named add_sub:add_sub_level1|clken removed during synthesis. How can I do to avoid the synthesizer to remove this node ? roberts