diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index 90b0340c27c6640fec8e1f1a66f13727b9088108..3da862a891f2babd981d398dfe9ad1169de2ea42 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
 *******************************************************************************