_Alain_ Posted May 26, 2010 Report Share Posted May 26, 2010 Hello, I thought I would be able to quickly run the UVM examples. I am using IUS8.20-s023. I cd down to uvm/examples/basic_examples/pkg From here I issue the command irun -f compile_ius.f and I get the following: irun: 08.20-s023: © Copyright 1995-2010 Cadence Design Systems, Inc. file: ../../../src/uvm_pkg.sv foreach(m_cb.cnt[idx]) begin | ncvlog: *E,ILLHIN (../../../src/base/uvm_heartbeat.svh,227|30): illegal location for a hierarchical name (m_cb). (`include file: ../../../src/base/uvm_heartbeat.svh line 227, `include file: ../../../src/base/base.svh line 75, `include file: ../../../src/uvm.svh line 25, file: ../../../src/uvm_pkg.sv line 27) foreach(m_cb.cnt[idx]) begin | ncvlog: *E,ILLHIN (../../../src/base/uvm_heartbeat.svh,240|32): illegal location for a hierarchical name (m_cb). (`include file: ../../../src/base/uvm_heartbeat.svh line 240, `include file: ../../../src/base/base.svh line 75, `include file: ../../../src/uvm.svh line 25, file: ../../../src/uvm_pkg.sv line 27) foreach(m_cb.cnt[idx]) begin | ncvlog: *E,ILLHIN (../../../src/base/uvm_heartbeat.svh,252|32): illegal location for a hierarchical name (m_cb). (`include file: ../../../src/base/uvm_heartbeat.svh line 252, `include file: ../../../src/base/base.svh line 75, `include file: ../../../src/uvm.svh line 25, file: ../../../src/uvm_pkg.sv line 27) foreach(m_cb.cnt[idx]) begin | ncvlog: *E,ILLHIN (../../../src/base/uvm_heartbeat.svh,262|32): illegal location for a hierarchical name (m_cb). (`include file: ../../../src/base/uvm_heartbeat.svh line 262, `include file: ../../../src/base/base.svh line 75, `include file: ../../../src/uvm.svh line 25, file: ../../../src/uvm_pkg.sv line 27) package worklib.uvm_pkg:sv errors: 4, warnings: 0 The contents of the compile_ius.f file are as they came in the tar.gz file. Listed below for reference: -incdir ../../../src ../../../src/uvm_pkg.sv test.sv I was kind of hoping this would just workout right away, as it did for me in ovm-2.1.1. Any thoughts? Alain Quote Link to comment Share on other sites More sharing options...
uwes Posted May 26, 2010 Report Share Posted May 26, 2010 hi alain, just as an initial guess i would say that uvm requires at least ius 9.2. regards /uwe Quote Link to comment Share on other sites More sharing options...
_Alain_ Posted May 27, 2010 Author Report Share Posted May 27, 2010 I was wondering the same thing about the version of the tool. OVM came with a README_IUS.txt which made it clear which versions of OVM have been tested against which IUS version. I was an unable to find the equivalent readme for UVM. Alain Quote Link to comment Share on other sites More sharing options...
ashishd Posted June 2, 2010 Report Share Posted June 2, 2010 Hi All, I just tried to run the xbus example in IUS 9.2 s011 and it works perfectly. No compilation or simulation issues. Quote Link to comment Share on other sites More sharing options...
mahesh Posted June 3, 2010 Report Share Posted June 3, 2010 I ran the xbus example in Modelsim-6.5e and it works perfectly. just need to execute the run_questa file. No compilation or simulation issues. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.