Systemverilog 第七课 Structure
第七课Structurestructure是一组变量或者常数的集合,能够更方便地同时访问其中的元素。语法:struct{ int a,b; logic[7:0] opcode; logic[23:0] address; bit error;} Instruction_Word最后一行是这个structure的名字,引用变量时的格式为:Instruction_Word.address = 24'hF0000;Packed structurestructure默认状态下在内存当中