From 2751fc95435b911bb83104d1992edbda7d9175de Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 16 Feb 2023 15:37:03 +0100
Subject: [PATCH] Update how to modify QSYS.

---
 doc/erko_howto_tools.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index e640a078f5..f61da1b068 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -126,10 +126,22 @@ during tb simulation load --> fixed by "sudo chmod a+w -R modelsim_altera_libs/1
      if needed do: Sync system infos button
    . copy component from Generate/Show instance template --> qsys_unb2c_test_pkg.vhd
    . no need to generate HDL
+ - Ignore warning about avs_eth_0 IP parameterization
  - File save.
 > Copy qsys and ip files to the quartus dir of the mother design.
+
+   board unb2c
    . cp build/unb2c/quartus/unb2c_test_1GbE_I/ip/qsys_unb2c_test/*.ip boards/uniboard2c/designs/unb2c_test/quartus/ip/qsys_unb2c_test/
    . cp build/unb2c/quartus/unb2c_test_1GbE_I/qsys_unb2c_test.qsys boards/uniboard2c/designs/unb2c_test/quartus
+
+   lofar2 unb2c
+   . cp build/unb2c/quartus/lofar2_unb2c_sdp_station_full/ip/qsys_lofar2_unb2c_sdp_station/*.ip applications/lofar2/designs/lofar2_unb2c_sdp_station/quartus/ip/qsys_lofar2_unb2c_sdp_station/
+   . cp build/unb2c/quartus/lofar2_unb2c_sdp_station_full/qsys_lofar2_unb2c_sdp_station.qsys applications/lofar2/designs/lofar2_unb2c_sdp_station/quartus
+
+   lofar2 unb2b
+   . cp build/unb2b/quartus/lofar2_unb2b_sdp_station_full_wg/ip/qsys_lofar2_unb2b_sdp_station/*.ip applications/lofar2/designs/lofar2_unb2b_sdp_station/quartus/ip/qsys_lofar2_unb2b_sdp_station/
+   . cp build/unb2b/quartus/lofar2_unb2b_sdp_station_full_wg/qsys_lofar2_unb2b_sdp_station.qsys applications/lofar2/designs/lofar2_unb2b_sdp_station/quartus
+
 > Edit the hdllib.cfg of each revision to include the new peripheral ip files
 > The hdllib.cfg of each revision design will copy the qsys and ip files to each
   revision build quartus dir, so all revisions use the same qsys.
-- 
GitLab