Skip to content
Snippets Groups Projects
Commit 84b0747a authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

update for revisions

parent 9548a2f2
No related branches found
No related tags found
No related merge requests found
Quick steps to compile and use design [unb1_test] in RadionHDL
--------------------------------------------------------------
-> Using the design revision: unb1_test_10GbE
Start with the Oneclick Commands:
python $RADIOHDL/tools/oneclick/base/modelsim_config.py
python $RADIOHDL/tools/oneclick/base/quartus_config.py
Generate MMM for QSYS:
Generate MMM for QSYS (select one of these revisions):
run_qsys unb1 unb1_test_10GbE
run_qsys unb1 unb1_test_1GbE
run_qsys unb1 unb1_test_ddr
run_qsys unb1 unb1_test_all
-> From here either continue to Modelsim (simulation) or Quartus (synthesis)
......@@ -39,22 +43,39 @@ Modelsim instructions:
quit -sim
Synthesis
---------
Quartus instructions:
run_app unb1 unb1_test_10GbE use=qsys
Quartus instructions: (select one of these revisions):
run_qcomp unb1 unb1_test_10GbE
run_qcomp unb1 unb1_test_1GbE
run_qcomp unb1 unb1_test_ddr
run_qcomp unb1 unb1_test_all
In case of needing the Quartus GUI:
run_quartus unb1
Convert .sof to .rbf:
# assuming in /tmp/temp_options_file: Bitstream_compression=on
(select one of these revisions):
run_rbf unb1 unb1_test_10GbE
run_rbf unb1 unb1_test_1GbE
run_rbf unb1 unb1_test_ddr
run_rbf unb1 unb1_test_all
Send to LCU capture5:
Send to LCU (capture5):
# for example the unb1_test_10GbE revision:
scp $RADIOHDL/build/quartus/unb1_test_10GbE/unb1_test_10GbE.rbf capture5:~/rbf/
# Now login on capture5 and use pythonscript to program flash:
......@@ -65,6 +86,17 @@ Send to LCU capture5:
python tc_unb1_test.py --gn 0 --seq REMU,REGMAP,INFO,PPSH,SENSORS # start design, read info-ppsh-sensors
(old) NIOS Unbos application generate: (not necessary anymore because it is automatically done in run_qsys)
-----------------------------------------------------------------------------------------------------------
(select one of these revisions):
run_app unb1 unb1_test_10GbE use=qsys
run_app unb1 unb1_test_1GbE use=qsys
run_app unb1 unb1_test_ddr use=qsys
run_app unb1 unb1_test_all use=qsys
Notes:
------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment