add_file -vhdl -lib work "../../trbnet/gbe_trb/base/trb_net_gbe_protocols.vhd"
add_file -vhdl -lib work "../../trbnet/gbe_trb/base/trb_net_gbe_components.vhd"
-add_file -vhdl -lib work "../../trb3sc/code/debuguart.vhd"
+#add_file -vhdl -lib work "../../trb3sc/code/debuguart.vhd"
add_file -vhdl -lib work "../../trbnet/special/uart.vhd"
add_file -vhdl -lib work "../../trbnet/special/uart_rec.vhd"
add_file -vhdl -lib work "../../trbnet/special/uart_trans.vhd"
---------------------------------------------------------------------------
-- Debugging UART
---------------------------------------------------------------------------
- THE_DEBUG : entity work.debuguart
- port map(
- CLK => clk_100_i,
- RESET => reset_i,
+-- THE_DEBUG : entity work.debuguart
+-- port map(
+-- CLK => clk_100_i,
+-- RESET => reset_i,
- RX_IN => TEST_LINE(30),
- TX_OUT => TEST_LINE(31),
+-- RX_IN => TEST_LINE(30),
+-- TX_OUT => TEST_LINE(31),
- DEBUG_ACTIVE => debug_active,
+-- DEBUG_ACTIVE => debug_active,
- BUS_DEBUG_TX => bus_debug_tx_in,
- BUS_DEBUG_RX => bus_debug_rx_out,
+-- BUS_DEBUG_TX => bus_debug_tx_in,
+-- BUS_DEBUG_RX => bus_debug_rx_out,
- STATUS => open
+-- STATUS => open
- );
+-- );
handler_addr <= bus_debug_rx_out.addr when debug_active = '1' else regio_addr_out;
handler_data_out <= bus_debug_rx_out.data when debug_active = '1' else regio_data_out;
FIXED_DELAY => 100,
NUMBER_OF_GBE_LINKS => 4,
- LINKS_ACTIVE => "1100",
+ LINKS_ACTIVE => "1000",
- LINK_HAS_READOUT => "1100",
+ LINK_HAS_READOUT => "1000",
LINK_HAS_SLOWCTRL => "1000",
- LINK_HAS_DHCP => "1100",
- LINK_HAS_ARP => "1100",
- LINK_HAS_PING => "1100"
+ LINK_HAS_DHCP => "1000",
+ LINK_HAS_ARP => "1000",
+ LINK_HAS_PING => "1000"
)
port map(