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

Subversion Repositories nanoblaze

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /nanoblaze
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

/trunk/Circuit/alu.vhd
72,8 → 72,7
-- values for arithmetic operations
aArith <= signed(resize(unsigned(opA), aArith'length));
bArith <= signed(resize(unsigned(opB), bArith'length));
cInArith(cInArith'high downto 1) <= (others => '0');
cInArith <= '0' & cIn;
cInArith <= (0 => cIn, others => '0');
 
process(aluCode, cIn, opA)
begin
93,7 → 92,7
opA, opB,
aArith, bArith, cInArith,
cInShift,
yArith
yArith, aluOutInt
)
variable xorAcc: std_ulogic;
begin

powered by: WebSVN 2.1.0

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