mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
minor edits
This commit is contained in:
parent
1ae6f47a97
commit
7166dc9762
2 changed files with 1 additions and 2 deletions
|
@ -614,7 +614,6 @@ begin
|
|||
|
||||
when LOADSTORE_0 => -- memory latency
|
||||
-- ------------------------------------------------------------
|
||||
ctrl_nxt(ctrl_bus_mdi_we_c) <= '1'; -- write input data to MDI (only relevant for LOAD)
|
||||
state_nxt <= LOADSTORE_1;
|
||||
|
||||
when LOADSTORE_1 => -- wait for bus transaction to finish
|
||||
|
|
|
@ -119,7 +119,7 @@ __crt0_stack_pointer_init:
|
|||
csrrw x12, CSR_MDSPACESIZE, zero // data memory space size
|
||||
add sp, x11, x12
|
||||
addi sp, sp, -4 // stack pointer = last entry
|
||||
addi x8, sp, 0 // frame pointer = stack pointer
|
||||
addi fp, sp, 0 // frame pointer = stack pointer
|
||||
|
||||
|
||||
// *********************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue