URL
https://opencores.org/ocsvn/tg68kc/tg68kc/trunk
[/] [tg68kc/] [trunk/] [TG68K_ALU.vhd] - Diff between revs 7 and 8
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 7 |
Rev 8 |
Line 1150... |
Line 1150... |
ELSE
|
ELSE
|
FAsign <= '0';
|
FAsign <= '0';
|
mulu_reg(31 downto 0) <= reg_QA;
|
mulu_reg(31 downto 0) <= reg_QA;
|
END IF;
|
END IF;
|
ELSIF exec(opcMULU)='0' THEN
|
ELSIF exec(opcMULU)='0' THEN
|
mulu_reg(63 downto 32) <= (OTHERS=>'-');
|
|
mulu_reg <= result_mulu(63 downto 0);
|
mulu_reg <= result_mulu(63 downto 0);
|
END IF;
|
END IF;
|
ELSE
|
ELSE
|
mulu_reg(31 downto 0) <= result_mulu(63 downto 32);
|
mulu_reg(31 downto 0) <= result_mulu(63 downto 32);
|
END IF;
|
END IF;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.