Skip to content
GitLab
Explore
Sign in
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
2b666ba6
Commit
2b666ba6
authored
2 months ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add build for LIFT.
parent
03803e2b
No related branches found
No related tags found
No related merge requests found
Pipeline
#111671
passed
2 months ago
Stage: linting
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+25
-0
25 additions, 0 deletions
doc/erko_howto_tools.txt
with
25 additions
and
0 deletions
doc/erko_howto_tools.txt
+
25
−
0
View file @
2b666ba6
...
@@ -181,6 +181,14 @@ run_qcomp unb2c unb2c_test_ddr_16G --clk=CLK
...
@@ -181,6 +181,14 @@ run_qcomp unb2c unb2c_test_ddr_16G --clk=CLK
run_rbf unb2c unb2c_test_ddr_16G
run_rbf unb2c unb2c_test_ddr_16G
==> All in one: build_image unb2c unb2c_test --rev=unb2c_test_ddr_16G --seed=1,2
==> All in one: build_image unb2c unb2c_test --rev=unb2c_test_ddr_16G --seed=1,2
quartus_config unb2c
run_qsys_pro unb2c unb2c_test_10GbE
gen_rom_mmap.py --avalon -d unb2c_test -r unb2c_test_10GbE
run_reg unb2c unb2c_test_10GbE
run_qcomp unb2c unb2c_test_10GbE --clk=CLK
run_rbf unb2c unb2c_test_10GbE
==> All in one: build_image unb2c unb2c_test --rev=unb2c_test_10GbE --seed=1,2
quartus_config unb2c
quartus_config unb2c
run_qsys_pro unb2c unb2c_test_ddr_16G_I
run_qsys_pro unb2c unb2c_test_ddr_16G_I
gen_rom_mmap.py --avalon -d unb2c_test -r unb2c_test_ddr_16G_I
gen_rom_mmap.py --avalon -d unb2c_test -r unb2c_test_ddr_16G_I
...
@@ -216,6 +224,14 @@ run_qcomp unb2c lofar2_unb2c_sdp_station_tbuf_one --clk=CLK
...
@@ -216,6 +224,14 @@ run_qcomp unb2c lofar2_unb2c_sdp_station_tbuf_one --clk=CLK
run_rbf unb2c lofar2_unb2c_sdp_station_tbuf_one
run_rbf unb2c lofar2_unb2c_sdp_station_tbuf_one
==> All in one: build_image unb2c lofar2_unb2c_sdp_station --rev=lofar2_unb2c_sdp_station_tbuf_one --seed=1
==> All in one: build_image unb2c lofar2_unb2c_sdp_station --rev=lofar2_unb2c_sdp_station_tbuf_one --seed=1
quartus_config unb2c
run_qsys_pro unb2c lofar2_unb2c_sdp_station_lift
gen_rom_mmap.py --avalon -d lofar2_unb2c_sdp_station -r lofar2_unb2c_sdp_station_lift
run_reg unb2c lofar2_unb2c_sdp_station_lift
run_qcomp unb2c lofar2_unb2c_sdp_station_lift --clk=CLK
run_rbf unb2c lofar2_unb2c_sdp_station_lift
==> All in one: build_image unb2c lofar2_unb2c_sdp_station --rev=lofar2_unb2c_sdp_station_lift --seed=1
# Run command line synthesis for sdp-arts
# Run command line synthesis for sdp-arts
quartus_config unb2b
quartus_config unb2b
run_qsys_pro unb2b lofar2_unb2b_sdp_station_full_wg
run_qsys_pro unb2b lofar2_unb2b_sdp_station_full_wg
...
@@ -333,6 +349,15 @@ sdp_rw.py --host localhost --port 4840 -r firmware_version
...
@@ -333,6 +349,15 @@ sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_firmware.py --host localhost --port 4840 -n 0 --reboot --image USER
sdp_firmware.py --host localhost --port 4840 -n 0 --reboot --image USER
sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_firmware.py --host localhost --port 4840 -n 0:3 --reboot --image FACT
sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_firmware.py --host localhost --port 4840 -n 0:3 --write --image USER --file /home/kooistra/git/hdl/build_result/2025-02-04T11u12_lofar2_unb2c_sdp_station_tbuf_one_221MHz/lofar2_unb2c_sdp_station_tbuf_one-10e631db0.rbf
sdp_rw.py --host localhost --port 4840 -r firmware_version
sdp_firmware.py --host localhost --port 4840 -n 0:3 --reboot --image USER
sdp_rw.py --host localhost --port 4840 -r firmware_version
*******************************************************************************
*******************************************************************************
* Flash and reboot on L2TS using tunnel to SDPTR
* Flash and reboot on L2TS using tunnel to SDPTR
*******************************************************************************
*******************************************************************************
...
...
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