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
2abc85ae
Commit
2abc85ae
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added commands for command line synthesis.
parent
7e3034b5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#29201
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+9
-0
9 additions, 0 deletions
doc/erko_howto_tools.txt
with
9 additions
and
0 deletions
doc/erko_howto_tools.txt
+
9
−
0
View file @
2abc85ae
...
@@ -95,6 +95,15 @@ source also radiohdl tools
...
@@ -95,6 +95,15 @@ source also radiohdl tools
Questasim had Exit code 5 = "Cannot create/open/find/read/write a design library"
Questasim had Exit code 5 = "Cannot create/open/find/read/write a design library"
during tb simulation load --> fixed by "sudo chmod a+w -R modelsim_altera_libs/18.0".
during tb simulation load --> fixed by "sudo chmod a+w -R modelsim_altera_libs/18.0".
> run_quartus unb1 &
# Run command line synthesis
run_qsys_pro unb2c lofar2_unb2c_sdp_station_full;
gen_rom_mmap.py --avalon -d lofar2_unb2c_sdp_station -r lofar2_unb2c_sdp_station_full;
run_reg unb2c lofar2_unb2c_sdp_station_full;
run_qcomp unb2c lofar2_unb2c_sdp_station_full --clk=CLK;
run_rbf unb2c lofar2_unb2c_sdp_station_full
*******************************************************************************
*******************************************************************************
* RadioHDL with SVN
* RadioHDL with SVN
*******************************************************************************
*******************************************************************************
...
...
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