From: Andreas Neiser Date: Thu, 27 Feb 2014 13:27:14 +0000 (+0100) Subject: Finally the linkdesignfiles business works! X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5f3b3b6595a35be4237b453cbe08f455b21d16d8;p=trb3.git Finally the linkdesignfiles business works! --- diff --git a/base/linkdesignfiles.sh b/base/linkdesignfiles.sh index fc926b4..9a4f301 100755 --- a/base/linkdesignfiles.sh +++ b/base/linkdesignfiles.sh @@ -7,7 +7,7 @@ ln -s ../../../trbnet/gbe2_ecp3/ipcores_ecp3/sgmii_gbe_pcs35/sgmii_gbe_pcs35.ngo ln -s ../../../trbnet/gbe2_ecp3/ipcores_ecp3/tsmac35/tsmac35.ngo ln -s ../../../trbnet/gbe2_ecp3/ipcores_ecp3/tsmac35/pmi_ram_dpEbnonessdn208256208256.ngo -#ln -s ../../../trbnet/gbe2_ecp3/ipcores_ecp3/tsmac35/pmi_ram_dpEbnonessdn96649664.ngo +ln -s ../../../trbnet/gbe2_ecp3/ipcores_ecp3/tsmac35/pmi_ram_dpEbnonessdn96649664.ngo ln -s ../../../trbnet/gbe2_ecp3/ipcores_ecp3/serdes_gbe_0ch/serdes_gbe_0ch.txt ln -s ../../../trbnet/gbe2_ecp3/ipcores_ecp3/serdes_ch4.txt ln -s ../../../trbnet/media_interfaces/ecp3_sfp/sfp_0_200_int.txt diff --git a/cts/compile_central_gsi.pl b/cts/compile_central_gsi.pl index cc22cde..b808f34 100755 --- a/cts/compile_central_gsi.pl +++ b/cts/compile_central_gsi.pl @@ -47,6 +47,7 @@ unless(-d $WORKDIR) { mkdir $WORKDIR or die "can't create workdir '$WORKDIR': $!"; system ("cd workdir; ../../base/linkdesignfiles.sh; cd ..;"); system ("ln -sfT ../tdc_release/Adder_304.ngo $WORKDIR/Adder_304.ngo"); + system ("cp ../base/mulipar_nodelist_example.txt $WORKDIR/nodelist.txt"); } system("ln -sfT $lattice_path $WORKDIR/lattice-diamond");