Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYou are assign 16 different output latches.
Each output holds it's previous value. If you don't want clock, make it an always @(posedge clk) block. Then the latches will be registers. Pete