Skip to content

Conversation

wzab
Copy link
Contributor

@wzab wzab commented Dec 26, 2023

The changes below enable running "localtest" or "bootstrap" in j1b/verilator directory on machines running Debian/testing Linux.

Without those changes, the Python package needed for simulations could not be built and locally installed properly. To use that modified version, you should create a virtual environment, activate it and install both setuptools and build in it:

python3 -m venv env
. env/bin/activate
pip3 install --upgrade setuptools
pip3 install --upgrade build

After the above, you should be able to run ./localtest or ./bootstrap in j1b/verilator subdirectory (assuming other prerequisites are installed).

…rilator directory on machines running Debian/testing Linux.

Without those changes, the Python package needed for simulations could not be built and locally installed properly.
To use that modified version, you should create a virtual environment, activate it and install both
setuptools and build in it:
python3 -m venv env
. env/bin/activate
pip3 install --upgrade setuptools
pip3 install --upgrade build
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

Successfully merging this pull request may close these issues.

1 participant