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
The LiteX-generated Verilog is target-specific, and can be copied from the gateware/ directory after a build in CFU Playground.
For no CFU:
cd proj/proj_template_v make PLATFORM=hps EXTRA_LITEX_ARGS="--cpu-variant=full" clean bitstream
For trivial CFU:
cd proj/proj_template_v make PLATFORM=hps EXTRA_LITEX_ARGS="--cpu-variant=slim+cfu" clean bitstream
For big CFU:
cd proj/hps_accel make PLATFORM=hps EXTRA_LITEX_ARGS="--cpu-variant=slim+cfu" clean bitstream
The generated Verilog and constraints files will be found in soc/build/hps.{proj_template_v,hps_accel}/gateware/.
soc/build/hps.{proj_template_v,hps_accel}/gateware/
Look in the Yosys command file (*.ys) for the reference to the correct VexRiscv Verilog for the design.
@kgugala , can you assign this to someone.
The text was updated successfully, but these errors were encountered:
kgugala
No branches or pull requests
The LiteX-generated Verilog is target-specific, and can be copied from the gateware/ directory after a build in CFU Playground.
For no CFU:
For trivial CFU:
For big CFU:
The generated Verilog and constraints files will be found in
soc/build/hps.{proj_template_v,hps_accel}/gateware/
.Look in the Yosys command file (*.ys) for the reference to the correct VexRiscv Verilog for the design.
@kgugala , can you assign this to someone.
The text was updated successfully, but these errors were encountered: