Forum Discussion

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

speed of execution of a design with eliminated latches

This is partly from a previous thread "converted to equivalent circuits with latches". As shown below: always @(posedge clk or posedge reset) begin if(reset) begin: OVER_LOOP // totally 8 ...