From 2abc85ae360e7e60f310198dd6a4aa05d5185f1f Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 20 Apr 2022 08:42:15 +0200 Subject: [PATCH] Added commands for command line synthesis. --- doc/erko_howto_tools.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt index 90b0340c27..3da862a891 100755 --- a/doc/erko_howto_tools.txt +++ b/doc/erko_howto_tools.txt @@ -95,6 +95,15 @@ source also radiohdl tools 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". +> 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 ******************************************************************************* -- GitLab