prashantsid
Newbie level 5
- Joined
- Apr 8, 2012
- Messages
- 10
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Faridabad, INDIA
- Activity points
- 1,365
I am trying to use a SystemC reference model in a UVM based test-bench.
what can be the possible way for creating an instance of SystemC module (class) in a SystemVerilog class.
I have tried using SC_MODULE_EXPORT but it allows me to create an instance in Verilog/SystemVerilog module as design entities, not as class objects.
I prefer not to use predefined libraries from Cadence/Mentor (UVM ML or UVMC)
Also if there is any tool dependent function, please let me know.
Tools used - ModelSim 10.1c
Thanks
what can be the possible way for creating an instance of SystemC module (class) in a SystemVerilog class.
I have tried using SC_MODULE_EXPORT but it allows me to create an instance in Verilog/SystemVerilog module as design entities, not as class objects.
I prefer not to use predefined libraries from Cadence/Mentor (UVM ML or UVMC)
Also if there is any tool dependent function, please let me know.
Tools used - ModelSim 10.1c
Thanks