init
This commit is contained in:
21
code/vezba9/verif/Agent/calc_seq_item.sv
Normal file
21
code/vezba9/verif/Agent/calc_seq_item.sv
Normal file
@@ -0,0 +1,21 @@
|
||||
`ifndef CALC_SEQ_ITEM_SV
|
||||
`define CALC_SEQ_ITEM_SV
|
||||
|
||||
parameter DATA_WIDTH = 32;
|
||||
parameter RESP_WIDTH = 2;
|
||||
parameter CMD_WIDTH = 4;
|
||||
|
||||
class calc_seq_item extends uvm_sequence_item;
|
||||
|
||||
|
||||
|
||||
`uvm_object_utils_begin(calc_seq_item)
|
||||
`uvm_object_utils_end
|
||||
|
||||
function new (string name = "calc_seq_item");
|
||||
super.new(name);
|
||||
endfunction // new
|
||||
|
||||
endclass : calc_seq_item
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user