URL
https://opencores.org/ocsvn/opencpu32/opencpu32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 19 |
Rev 20 |
Line 99... |
Line 99... |
S => muxOut
|
S => muxOut
|
);
|
);
|
|
|
--! Instantiate the Unit Under Test (Alu) (Doxygen bug if it's not commented!)
|
--! Instantiate the Unit Under Test (Alu) (Doxygen bug if it's not commented!)
|
uAlu: Alu PORT MAP (
|
uAlu: Alu PORT MAP (
|
A => muxOut,
|
A => regFilePortA,
|
B => regFilePortA,
|
B => regFilePortB,
|
S => aluOut,
|
S => aluOut,
|
sel => aluOp
|
sel => aluOp
|
);
|
);
|
|
|
--! Instantiate the Unit Under Test (RegisterFile) (Doxygen bug if it's not commented!)
|
--! Instantiate the Unit Under Test (RegisterFile) (Doxygen bug if it's not commented!)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.