Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
84b0747a
Commit
84b0747a
authored
9 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
update for revisions
parent
9548a2f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard1/designs/unb1_test/doc/README
+38
-6
38 additions, 6 deletions
boards/uniboard1/designs/unb1_test/doc/README
with
38 additions
and
6 deletions
boards/uniboard1/designs/unb1_test/doc/README
+
38
−
6
View file @
84b0747a
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:
------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment