17.06.2015 Views

Verilog 2 - Brown University

Verilog 2 - Brown University

Verilog 2 - Brown University

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

always statements<br />

• The always statement starts at time 0 and<br />

executes the statements in the always<br />

block when the events in its sensitivity list<br />

occur<br />

• Powerful constructs like if, if-else, case,<br />

and looping are only allowed inside always<br />

blocks.<br />

• always statements can be used to<br />

implement both combinational or<br />

sequential logic<br />

• Multiple behavioral statements must be<br />

grouped using begin and end.<br />

• Multiple always statement can appear in<br />

a module<br />

S. Reda EN164 Sp ‘11 12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!