init
This commit is contained in:
22
code/vezba8/verif/Agent/calc_agent_pkg.sv
Normal file
22
code/vezba8/verif/Agent/calc_agent_pkg.sv
Normal file
@@ -0,0 +1,22 @@
|
||||
`ifndef CALC_AGENT_PKG
|
||||
`define CALC_AGENT_PKG
|
||||
|
||||
package calc_agent_pkg;
|
||||
|
||||
import uvm_pkg::*;
|
||||
`include "uvm_macros.svh"
|
||||
|
||||
//////////////////////////////////////////////////////////
|
||||
// include Agent components : driver,monitor,sequencer
|
||||
/////////////////////////////////////////////////////////
|
||||
`include "calc_seq_item.sv"
|
||||
`include "calc_sequencer.sv"
|
||||
`include "calc_monitor.sv"
|
||||
`include "calc_driver.sv"
|
||||
|
||||
endpackage
|
||||
|
||||
`endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user