delon0001 Posted November 21, 2013 Report Share Posted November 21, 2013 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? Annossyenudge 1 Quote Link to comment Share on other sites More sharing options...
sumit_tuwien Posted November 22, 2013 Report Share Posted November 22, 2013 Can you please share the irun script ? Quote Link to comment Share on other sites More sharing options...
Martin Barnasconi Posted November 22, 2013 Report Share Posted November 22, 2013 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. maehne 1 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.