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.

Data types<br />

• integers (signed) and reals. They are type of reg.<br />

real delta; <br />

integer i; <br />

initial <br />

begin <br />

delta = 4e10; <br />

i = 4; <br />

end <br />

• Arrays of integers and real.<br />

integer count[0:7]; <br />

integer matrix[4:0][0:255]; <br />

• Strings can be stored in reg. The width of the register variables must<br />

be large enough to hold the string.<br />

reg [8*19:1] string_value; <br />

initial <br />

string_value = “Hello <strong>Verilog</strong> World”; <br />

S. Reda EN164 Sp ‘11<br />

10

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

Saved successfully!

Ooh no, something went wrong!