Files
fvh_vezbe/code/vezba9/verif/Configurations/configurations_pkg.sv

16 lines
268 B
Systemverilog
Raw Normal View History

2026-06-12 07:53:32 +02:00
`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