DavidLai Posted September 28, 2019 Report Posted September 28, 2019 I cannot find any information about how to run the code by command under the uvm-system. Could any one tell me about it Quote
David Black Posted September 28, 2019 Report Posted September 28, 2019 UVM-SystemC is a library. It is not a tool. You are expected to be very knowledgeable in both C++ and SystemC before using it. Knowledge of SystemVerilog UVM is useful. To use on the command-line you would have to decide your build methodology (probably make) and create appropriate files for that. RTFM please. Quote
DavidLai Posted September 29, 2019 Author Report Posted September 29, 2019 12 hours ago, David Black said: I tried to implement uvm-systemc but how to implement the uvm lib as i have already install it. Quote
Bas Arts Posted September 30, 2019 Report Posted September 30, 2019 You also need to include -I, -L and -l for uvm-systemc in your compilation. Quote
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.