]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
Remove old file from master prj
authorJan Michel <j.michel@gsi.de>
Thu, 10 Sep 2020 08:28:32 +0000 (10:28 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 10 Sep 2020 08:30:46 +0000 (10:30 +0200)
backplanemaster/config.vhd
backplanemaster/trb3sc_master.prj

index 2b0d7b543a1c17b29266d82290cc202ac5df164e..859fc15d329b9fd3d66ea78ba3336f06c86a7cbb 100644 (file)
@@ -16,7 +16,9 @@ package config is
     constant USE_200MHZOSCILLATOR   : integer := c_YES;
     constant USE_EXTERNAL_CLOCK     : integer := c_YES; --'no' not implemented.
     constant CLOCK_FAST_SELECT      : integer := c_YES; --fast clock select (135us) or slow (280ms)?
-    
+
+    constant FPGA_TYPE               : integer  := 3;  --3: ECP3, 5: ECP5
+
 --Use sync mode, RX clock for all parts of the FPGA
     constant USE_RXCLOCK            : integer := c_NO;
    
index 03522a98e3831af2b0ac3edda79794290ab33560..81e1854ac11796f3c2231833a83285d5156fe998 100644 (file)
@@ -180,9 +180,8 @@ add_file -vhdl -lib work "../../trbnet/basics/ram_dp_rw.vhd"
 add_file -vhdl -lib work "../../trbnet/basics/pulse_stretch.vhd"
 
 #Hub
-add_file -vhdl -lib work "../../trbnet/trb_net16_api_ipu_streaming.vhd"
-add_file -vhdl -lib work "../../trbnet/trb_net16_hub_streaming_port.vhd"
-add_file -vhdl -lib work "../../trbnet/trb_net16_hub_streaming_port_sctrl_record.vhd"
+add_file -vhdl -lib work "../../trbnet/trb_net16_api_ipu_streaming_accel.vhd"
+add_file -vhdl -lib work "../../trbnet/trb_net16_hub_streaming_port_sctrl_accel.vhd"
 add_file -vhdl -lib work "../../trbnet/trb_net16_hub_base.vhd"
 add_file -vhdl -lib work "../../trbnet/trb_net16_hub_logic_2.vhd"
 add_file -vhdl -lib work "../../trbnet/trb_net16_hub_ipu_logic.vhd"