From: Michael Boehmer Date: Tue, 19 Jul 2022 19:07:48 +0000 (+0200) Subject: random forwarder test included X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5635ab2807aad4d87698f679907b9452dd0143b5;p=TOMcat.git random forwarder test included --- diff --git a/gbe/tomcat_gbe.prj b/gbe/tomcat_gbe.prj index 0bd91e3..39d93e3 100644 --- a/gbe/tomcat_gbe.prj +++ b/gbe/tomcat_gbe.prj @@ -175,6 +175,8 @@ add_file -vhdl -lib work "../../trbnet/gbe_trb_ecp5/cores/fifo_4k_9.vhd" add_file -vhdl -lib work "../../trbnet/gbe_trb/base/fwd_test.vhd" +add_file -vhdl -lib work "../../trbnet/gbe_trb/base/fwd_test_random.vhd" +add_file -vhdl -lib work "../../trbnet/gbe_trb/base/rng_trivium.vhd" add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_logic_wrapper.vhd" add_file -vhdl -lib work "../../trbnet/gbe_trb/base/gbe_ipu_multiplexer.vhd" diff --git a/gbe/tomcat_gbe.vhd b/gbe/tomcat_gbe.vhd index e5b8000..36605b9 100644 --- a/gbe/tomcat_gbe.vhd +++ b/gbe/tomcat_gbe.vhd @@ -383,14 +383,14 @@ begin DEBUG_OUT => debug(95 downto 64) --(17 downto 0 ==> 81 downto 64) ); - THE_FWD_TEST: entity fwd_test + THE_FWD_TEST: entity fwd_test_random port map( CLK => clk_sys, RESET => reset_i, -- FWD_ENABLE_IN => additional_reg(31), FWD_DELAY_IN => control_reg(31 downto 16), - FWD_SIZE_IN => control_reg(15 downto 0), +-- FWD_SIZE_IN => control_reg(15 downto 0), FWD_START_IN => tick_int, FWD_BUSY_OUT => fwd_busy_int, --open --