URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
[/] [open8_urisc/] [trunk/] [VHDL/] [o8_cpu.vhd] - Diff between revs 188 and 190
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 188 |
Rev 190 |
Line 440... |
Line 440... |
ALU_Ctrl.Oper <= ALU_RSP;
|
ALU_Ctrl.Oper <= ALU_RSP;
|
end if;
|
end if;
|
|
|
when SOP_RTS | SOP_RTI =>
|
when SOP_RTS | SOP_RTI =>
|
CPU_Next_State <= RTS_C1;
|
CPU_Next_State <= RTS_C1;
|
|
Cache_Ctrl <= CACHE_IDLE;
|
SP_Ctrl.Oper <= SP_POP;
|
SP_Ctrl.Oper <= SP_POP;
|
|
|
when SOP_BRK =>
|
when SOP_BRK =>
|
if( BRK_Implements_WAI )then
|
if( BRK_Implements_WAI )then
|
-- If BRK_Implements_WAI, then jump to the WAI_Cx and
|
-- If BRK_Implements_WAI, then jump to the WAI_Cx and
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.