OpenCores
URL https://opencores.org/ocsvn/plasma/plasma/trunk

Subversion Repositories plasma

[/] [plasma/] [trunk/] [vhdl/] [bus_mux.vhd] - Diff between revs 75 and 86

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 75 Rev 86
Line 11... Line 11...
--    It multiplexes signals from multiple sources to the correct location.
--    It multiplexes signals from multiple sources to the correct location.
--    The outputs are as follows:
--    The outputs are as follows:
--       a_bus        : goes to the ALU
--       a_bus        : goes to the ALU
--       b_bus        : goes to the ALU
--       b_bus        : goes to the ALU
--       reg_dest_out : goes to the register bank
--       reg_dest_out : goes to the register bank
--       take_branch  : a signal to pc_next
--       take_branch  : goes to pc_next
---------------------------------------------------------------------
---------------------------------------------------------------------
library ieee;
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_1164.all;
use work.mlite_pack.all;
use work.mlite_pack.all;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.