Search the Community
Showing results for tags 'uvm-systemc'.
-
Hi, I started to play around with the basic scoreboard example provided in the uvm-systemC 1.0 beta 2 release. I was trying to enhance the example by adding a clock and a reset signal in the sc_main. Then I wanted to modify the vip_if to add a reset and clock signal. My goal was to implement a driver/monitor run phase that drives/samples the sig_data signal on the rising edge of the clock. I am struggling to do so... Is there such an example that exists or that someone could share ?
-
- uvm-systemc
- vif
-
(and 3 more)
Tagged with:
-
Hi, following code that comes with the crave example does not override the sequence item type used by the test: jelly_bean_transaction::type_id::set_type_override(sugar_free_jelly_bean_transaction::get_type()); neither does: uvm_set_type_override(jelly_bean_transaction::get_type(), sugar_free_jelly_bean_transaction::get_type()); Which in my opinion should work as it is a type override on a uvm_object type and furthermore is a derived class of jelly_bean_transaction that only adds a constraint to the class. Any clue why this does not work but overriding a type derived from uvm_component does ? Thanks in advance, Tretter Ch.
-
Hi all! I am having trouble importing UVM-SystemC library in Eclipse. It does not recognize any of the classes from that library. I installed uvm-systemc-1.0-alpha1 library and I am using Systemc-2.3.1 with Eclipse and Cygwin. When I try to write any of the code, for example: #include <uvm> class packet : public uvm_sequence_item{ }; It labels uvm_sequence_item red and says "Symbol 'uvm_sequence_item' could not be resolved". I added uvm-systemc in properties in library and added include paths to compiler settings in Eclipse.
- 2 replies
-
- UVM-SystemC
- Eclipse
-
(and 1 more)
Tagged with: