init
This commit is contained in:
11
code/vezba9/verif/Sequences/calc_seq_pkg.sv
Normal file
11
code/vezba9/verif/Sequences/calc_seq_pkg.sv
Normal file
@@ -0,0 +1,11 @@
|
||||
`ifndef CALC_SEQ_PKG_SV
|
||||
`define CALC_SEQ_PKG_SV
|
||||
package calc_seq_pkg;
|
||||
import uvm_pkg::*; // import the UVM library
|
||||
`include "uvm_macros.svh" // Include the UVM macros
|
||||
import calc_agent_pkg::calc_seq_item;
|
||||
import calc_agent_pkg::calc_sequencer;
|
||||
`include "calc_base_seq.sv"
|
||||
`include "calc_simple_seq.sv"
|
||||
endpackage
|
||||
`endif
|
||||
Reference in New Issue
Block a user