From: Ingo Froehlich Date: Wed, 26 Feb 2020 15:26:03 +0000 (+0100) Subject: small changes to make it compile again X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;p=pexor.git small changes to make it compile again --- diff --git a/compile_frankfurt.pl b/compile_frankfurt.pl index 2803d99..7168fd0 100755 --- a/compile_frankfurt.pl +++ b/compile_frankfurt.pl @@ -21,8 +21,10 @@ my $lattice_path = '/d/jspc29/lattice/diamond/2.1_x64'; #my $lattice_path = '/d/jspc29/lattice/diamond/1.4.2.105'; #my $synplify_path = '/d/jspc29/lattice/synplify/G-2012.09-SP1/'; my $synplify_path = '/d/jspc29/lattice/synplify/F-2012.03-SP1/'; -my $lm_license_file_for_synplify = "27000\@lxcad01.gsi.de"; -my $lm_license_file_for_par = "1702\@hadeb05.gsi.de"; +#my $lm_license_file_for_synplify = "27000\@lxcad01.gsi.de"; +my $lm_license_file_for_synplify = "27020\@jspc29"; +#my $lm_license_file_for_par = "1702\@hadeb05.gsi.de"; +my $lm_license_file_for_par = "1702\@jspc29"; ################################################################################### @@ -71,7 +73,10 @@ system("env| grep LM_"); my $r = ""; #my $c=$synplify_path."synplify_pro_oem -batch $TOPNAME".".prj"; #my $c="$synplify_path/bin/synplify_pro -Pro -prj $TOPNAME".".prj"; -my $c="$synplify_path/bin/synplify_premier_dp -batch $TOPNAME".".prj"; + +##my $c="$synplify_path/bin/synplify_premier_dp -batch $TOPNAME".".prj"; +my $c="$synplify_path/bin/synplify_premier -batch $TOPNAME".".prj"; + #my $c="$synplify_path/bin/synpwrap -prj $TOPNAME".".prj"; $r=execute($c, "do_not_exit" ); diff --git a/make_symlinks.sh b/make_symlinks.sh new file mode 100755 index 0000000..4000876 --- /dev/null +++ b/make_symlinks.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +cd workdir/ +ln -s ../vcode/pmi_ram_dpSbnonesaen679512679512.ngo pmi_ram_dpSbnonesaen679512679512.ngo +ln -s ../vcode/pmi_ram_dpSbnonesaen658256658256.ngo pmi_ram_dpSbnonesaen658256658256.ngo +ln -s ../vcode/pmi_ram_dpSbnonesaen657128657128.ngo pmi_ram_dpSbnonesaen657128657128.ngo +ln -s ../vcode/pmi_distributed_dpramSbnoner65525.ngo pmi_distributed_dpramSbnoner65525.ngo +ln -s ../vcode/pmi_distributed_dpramSbnonen4416.ngo pmi_distributed_dpramSbnonen4416.ngo +ln -s ../../trbnet/media_interfaces/scm_sfp/serdes_gbe_0.txt serdes_gbe_0.txt +ln -s ../../trbnet/media_interfaces/scm_sfp/serdes_gbe_0_100_ext.txt serdes_gbe_0_100_ext.txt +ln -s ../../trbnet/media_interfaces/scm_sfp/serdes_100_ext.txt serdes_100_ext.txt +ln -s ../vcode/pciexp2.ngo pciexp2.ngo +ln -s ../vcode/pcie_pcs.txt pcie_pcs.txt