verilog5种不同的寄存器(国外英文资料).docVIP

  • 6
  • 0
  • 约4.46万字
  • 约 12页
  • 2017-06-10 发布于河南
  • 举报

verilog5种不同的寄存器(国外英文资料).doc

verilog5种不同的寄存器(国外英文资料)

verilog5种不同的寄存器(国外英文资料) Verilog HDL register type representation The 2007-11-22 14:48 There are five different register types. * reg * integer * time * real * realtime Reg register type The register data type reg is the most common type of data. The reg type is illustrated using the reserved word reg as follows: [MSB] reg1, reg2. MSB and LSB define the scope, and both are often numeric expressions. The scope definition is optional; If no scope is defined, the default value is a register. Such as: [3:0] Sat; / / Sat is a four-bit register. Reg Cnt. / / 1 register. [1:32] Kisp, Pisp, Lisp; Regi

文档评论(0)

1亿VIP精品文档

相关文档