From: Hadaq in Frankfurt Date: Wed, 10 Apr 2013 13:12:50 +0000 (+0200) Subject: changed compile projects' X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=513480ef85703ef9b68601dec095a228a0cdf950;p=soda.git changed compile projects' --- diff --git a/linkdesignfiles.sh b/linkdesignfiles.sh index 5e032f9..0edd456 120000 --- a/linkdesignfiles.sh +++ b/linkdesignfiles.sh @@ -1 +1 @@ -/d/jspc22/trb/cvs/trb3/base/linkdesignfiles.sh \ No newline at end of file +../trb3/base/linkdesignfiles.sh \ No newline at end of file diff --git a/soda_source/compile_periph_frankfurt.pl b/soda_source/compile_periph_frankfurt.pl index 7b30f33..6b520ec 100755 --- a/soda_source/compile_periph_frankfurt.pl +++ b/soda_source/compile_periph_frankfurt.pl @@ -39,7 +39,7 @@ my $SPEEDGRADE="8"; #create full lpf file -system("cp ../base/trb3_periph_hub.lpf workdir/$TOPNAME.lpf"); +system("cp ../../trb3/base/trb3_periph_hub.lpf workdir/$TOPNAME.lpf"); #system("cat ../tdc_releases/tdc_v1.1.1/tdc_constraints.lpf >> workdir/$TOPNAME.lpf"); system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); diff --git a/soda_source/project/SODA_source.ldf b/soda_source/project/SODA_source.ldf index d704f73..f3daabf 100644 --- a/soda_source/project/SODA_source.ldf +++ b/soda_source/project/SODA_source.ldf @@ -12,7 +12,7 @@ - + @@ -237,64 +237,23 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - + - + diff --git a/soda_source/trb3_periph_sodasource.prj b/soda_source/trb3_periph_sodasource.prj index 7c4698d..91aeffb 100644 --- a/soda_source/trb3_periph_sodasource.prj +++ b/soda_source/trb3_periph_sodasource.prj @@ -54,7 +54,7 @@ impl -active "workdir" add_file -vhdl -lib work "version.vhd" add_file -vhdl -lib work "../../trbnet/trb_net_std.vhd" add_file -vhdl -lib work "../../trbnet/trb_net_components.vhd" -add_file -vhdl -lib "work" "../base/trb3_components.vhd" +add_file -vhdl -lib "work" "../../trb3/base/trb3_components.vhd" add_file -vhdl -lib work "../../trbnet/trb_net16_term_buf.vhd" add_file -vhdl -lib work "../../trbnet/trb_net_CRC.vhd" @@ -151,30 +151,9 @@ add_file -vhdl -lib work "../../trbnet/media_interfaces/ecp3_sfp/sfp_1_125_int.v add_file -vhdl -lib work "../../trbnet/media_interfaces/trb_net16_lsm_sfp.vhd" add_file -vhdl -lib work "../../trbnet/media_interfaces/trb_net16_med_ecp3_sfp.vhd" -add_file -vhdl -lib "work" "../base/cores/pll_in200_out100.vhd" - - - - -############### -#Change path to tdc release also in compile script! -############### -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/Adder_304.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/bit_sync.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/BusHandler.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/Channel.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/Channel_200.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/Encoder_304_Bit.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/FIFO_32x32_OutReg.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/LogicAnalyser.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/Readout.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/Reference_Channel_200.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/Reference_Channel.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/ROM_encoder_3.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/ROM_FIFO.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/ShiftRegisterSISO.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/TDC.vhd" -#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.1.1/up_counter.vhd" +add_file -vhdl -lib "work" "../../trb3/base/cores/pll_in200_out100.vhd" + + add_file -vhdl -lib "work" "trb3_periph_sodasource.vhd" diff --git a/soda_source/workdir/.gitignore b/soda_source/workdir/.gitignore index 0a52d36..ad0fa12 100644 --- a/soda_source/workdir/.gitignore +++ b/soda_source/workdir/.gitignore @@ -1,4 +1,5 @@ * +run_options.txt !*txt !pmi*ngo diff --git a/soft/README.txt b/soft/README.txt new file mode 100644 index 0000000..1bb8803 --- /dev/null +++ b/soft/README.txt @@ -0,0 +1 @@ +The place for all Soda related scripts.