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

The changes needed to simulate j1b with new Python3 and Verilator used in Debian/testing #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant