From 5635ab2807aad4d87698f679907b9452dd0143b5 Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Tue, 19 Jul 2022 21:07:48 +0200 Subject: [PATCH] random forwarder test included --- gbe/tomcat_gbe.prj | 2 ++ gbe/tomcat_gbe.vhd | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- -- 2.43.0