init
This commit is contained in:
15
code/vezba9/verif/Configurations/configurations_pkg.sv
Normal file
15
code/vezba9/verif/Configurations/configurations_pkg.sv
Normal file
@@ -0,0 +1,15 @@
|
||||
`ifndef CONFIGURATION_PKG_SV
|
||||
`define CONFIGURATION_PKG_SV
|
||||
|
||||
package configurations_pkg;
|
||||
|
||||
import uvm_pkg::*; // import the UVM library
|
||||
`include "uvm_macros.svh" // Include the UVM macros
|
||||
|
||||
`include "calc_config.sv"
|
||||
|
||||
|
||||
endpackage : configurations_pkg
|
||||
|
||||
`endif
|
||||
|
||||
Reference in New Issue
Block a user