Skip to content
Snippets Groups Projects
Commit 2abc85ae authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added commands for command line synthesis.

parent 7e3034b5
No related branches found
No related tags found
No related merge requests found
Pipeline #29201 passed
...@@ -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
******************************************************************************* *******************************************************************************
......
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