Example: quiz answers
Verilog 2 - Design Examples
Writing synthesizable Verilog: Sequential logic ! Use always @(posedge clk) and non-blocking assignments (<=) always @( posedge clk ) C_out <= C_in; ! Use only positive-edge triggered flip-flops for state ! Do not assign the same variable from more than one always block – ill defined semantics ! Do not mix blocking and non-blocking assignments
Download Verilog 2 - Design Examples
Information
Domain:
Source:
Link to this page: