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

Subversion Repositories opencpu32

[/] [opencpu32/] [trunk/] [hdl/] [opencpu32/] [DataPath.vhd] - Diff between revs 19 and 20

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!)

powered by: WebSVN 2.1.0

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