init
This commit is contained in:
11
code/vezba5-3/vezba5/verif/calc_test_pkg.sv
Normal file
11
code/vezba5-3/vezba5/verif/calc_test_pkg.sv
Normal file
@@ -0,0 +1,11 @@
|
||||
`ifndef V5_CALC_TEST_PKG_SV
|
||||
`define V5_CALC_TEST_PKG_SV
|
||||
package calc_test_pkg;
|
||||
// import the UVM library
|
||||
`include "uvm_macros.svh" // Include the UVM macros
|
||||
import uvm_pkg::*;
|
||||
// import test class
|
||||
`include "calc_test_simple.sv"
|
||||
endpackage
|
||||
`include "calc_if.sv"
|
||||
`endif;
|
||||
Reference in New Issue
Block a user