We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replace software Makefiles with Meson build files. The work is broken down as follows:
$ cd ${REPO_TOP} && ./meson_init.sh # Verilator $ cd ${REPO_TOP}/build-sim && ninja # FPGA $ cd ${REPO_TOP}/build-fpga && ninja
$ pip3 install --user meson $ apt-get install ninja-build
sw/benchmark
build-sim
build-fpga
The text was updated successfully, but these errors were encountered:
@moidx, can you update checkboxes to show what's left? Thanks.
Sorry, something went wrong.
See #1032.
moidx
No branches or pull requests
Replace software Makefiles with Meson build files. The work is broken down as follows:
sw/benchmark
build-sim
andbuild-fpga
buildsThe text was updated successfully, but these errors were encountered: