1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-05-01 14:16:34 +00:00
Files
Gehstock.Mist_FPGA/common/CPU/t48/bus_mux-c.vhd
Gyorgy Szombathelyi 6d2e39a333 Update T48
2021-07-22 11:06:33 +02:00

20 lines
482 B
VHDL

-------------------------------------------------------------------------------
--
-- The T48 Bus Connector.
-- Multiplexes all drivers of the T48 bus.
--
-- $Id: bus_mux-c.vhd 295 2009-04-01 19:32:48Z arniml $
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
-- All rights reserved
--
-------------------------------------------------------------------------------
configuration t48_bus_mux_rtl_c0 of t48_bus_mux is
for rtl
end for;
end t48_bus_mux_rtl_c0;