]> jspc29.x-matter.uni-frankfurt.de Git - TOMcat.git/commitdiff
random forwarder test included
authorMichael Boehmer <mboehmer@ph.tum.de>
Tue, 19 Jul 2022 19:07:48 +0000 (21:07 +0200)
committerMichael Boehmer <mboehmer@ph.tum.de>
Tue, 19 Jul 2022 19:07:48 +0000 (21:07 +0200)
gbe/tomcat_gbe.prj
gbe/tomcat_gbe.vhd

index 0bd91e388a411b0f21c20d24489662ac986ec789..39d93e3db6d58de1855e16bfa3ba1cf42333a94e 100644 (file)
@@ -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"
index e5b8000f75f9a1aac637c5560e84e4f205d0b4f4..36605b936be7acdd570ee5457ecf08ea8753d9f1 100644 (file)
@@ -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
     --