Altera_Forum
Honored Contributor
15 years agoRTL of design is different from expected
I would like to implement a freq divider by using clock enable method(clock enable signal connect to every enable pin of register in design).
however, when i write the verilog code e.g "if (clock_ena== 1 && function_ena == 1) ... non blocking statement)", the RTL viewer shows that the architecture is changed(the enable pin of register is not connected). May i know how to ask the compiler to design the way that i expected? It is because i have difficulty on write time quest constrait. thanks