Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need $SYSTEMC_INCLUDE in environment or when Verilator configured, and need $SYSTEMC_LIBDIR in environment or when Verilator configured Probably System-C isn't installed, see http://www.systemc.org #12

Open
Dennishor123 opened this issue Nov 16, 2022 · 2 comments

Comments

@Dennishor123
Copy link

Dennishor123 commented Nov 16, 2022

I have systemc installed in my machine but this problem still exists

image

@Ashish-neo
Copy link

hi you got any solution for this one.?

@riverchen306
Copy link

hi,
you can coding the makefile:

###############################################################################

Tool paths

###############################################################################
VERILATOR_SRC ?= /usr/share/verilator/include
SYSTEMC_HOME ?= /usr/local/systemc-2.3.1

SYSTEMC_INCLUDE = VERILATOR_SRC/include
SYSTEMC_LIBDIR = VERILATOR_SRC/iib-linux64

TEST_IMAGE ?= ../../isa_sim/images/basic.elf

CORE ?= riscv

export VERILATOR_SRC
export SYSTEMC_HOME
export SYSTEMC_INCLUDE
export SYSTEMC_LIBDIR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants