Jump to content

compiling systemc-uvm cosim test bench with irun


delon0001

Recommended Posts

Hello,

 

I'm getting the following compilation error and not quite sure the reason behind this. I would really appreciate any input on this. 

 

"PATH_TO_MY_TOOL_DIR/uvm_lib/uvm_ml/sc/ml_uvm/ml_uvm_unilang.h", line 52: error: 
          invalid redeclaration of type name "scSessionArgumentsT" (declared
          at line 2347 of
          "$CDSROOT/tools/systemc/include_
          pch/64bit/sysc/cosim/scCommon.h")
  typedef struct scSessionArguments scSessionArgumentsT;
 
I'm not sure if there is anything wrong with my tool setup or compilation script. What might be the reason behind this error?
Link to comment
Share on other sites

AFAIK, you are making use of an old, vendor-specific piece of code for multi-language UVM.

 

Instead, you should have a look here or here or here. Note that although these technologies use various individual standards (UVM, TLM, SystemC, etc.), the overall multi-language offering is not standards based, so these vendors offer different approaches to solve the same problem, and are thus incompatible.

 

Therefore Accellera Systems Initiative is currently driving the development of a standard supporting multi-language verification. More information on this initiative can be found here.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...