URL
https://opencores.org/ocsvn/opencpu32/opencpu32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 42 |
Rev 43 |
Line 87... |
Line 87... |
signal dataPathOutput : STD_LOGIC_VECTOR (n downto 0);
|
signal dataPathOutput : STD_LOGIC_VECTOR (n downto 0);
|
signal dataPathFlags : STD_LOGIC_VECTOR (2 downto 0);
|
signal dataPathFlags : STD_LOGIC_VECTOR (2 downto 0);
|
begin
|
begin
|
--! Instantiate the Datapath
|
--! Instantiate the Datapath
|
uDataPath: DataPath PORT MAP (
|
uDataPath: DataPath PORT MAP (
|
inputMm => InputImediate,
|
inputMm => mem_data_in,
|
inputImm => mem_data_in,
|
inputImm => InputImediate,
|
clk => clk,
|
clk => clk,
|
outEn => enableOutputDp,
|
outEn => enableOutputDp,
|
aluOp => aluOperations,
|
aluOp => aluOperations,
|
muxSel => InputDataPathSelector,
|
muxSel => InputDataPathSelector,
|
muxRegFile => InputDataPathAluASelector,
|
muxRegFile => InputDataPathAluASelector,
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.