#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.vhd"
add_file -vhdl -lib work "../../trbnet/trb_net16_hub_streaming_port_sctrl_record.vhd"
add_file -vhdl -lib work "../../trbnet/trb_net16_hub_base.vhd"
add_file -vhdl -lib work "../../trbnet/trb_net16_hub_logic_2.vhd"
constant INCLUDE_GBE : integer := c_NO;
+ --Retransmission
constant USE_RETRANSMISSION : integer := c_YES;
-
+
+ --Misc
+ constant FPGA_TYPE : integer := 3; --3: ECP3, 5: ECP5
------------------------------------------------------------------------------
--End of design configuration
constant DIRICH_VERSION : integer := 2; --1 or 2.
--TDC settings
-
constant BOARD : string := "dirich"; -- Options: dirich, trb3
- constant FPGA_TYPE : integer := 5; --3: ECP3, 5: ECP5
constant NUM_TDC_MODULES : integer range 1 to 4 := 1; -- number of tdc modules to implement
constant NUM_TDC_CHANNELS : integer range 1 to 65 := 33; -- number of tdc channels per module
constant NUM_TDC_CHANNELS_POWER2 : integer range 0 to 6 := 5; --the nearest power of two, for convenience reasons
constant USE_RETRANSMISSION : integer := c_YES;
--Misc
- constant FPGA_SIZE : string := "85KUM";
+ constant FPGA_SIZE : string := "85KUM";
+ constant FPGA_TYPE : integer := 5; --3: ECP3, 5: ECP5
------------------------------------------------------------------------------
--End of design configuration