diff options
Diffstat (limited to 'usrp2/opencores/zpu')
-rw-r--r-- | usrp2/opencores/zpu/core/zpu_config.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/opencores/zpu/core/zpu_config.vhd b/usrp2/opencores/zpu/core/zpu_config.vhd index 61949c592..796c5b75d 100644 --- a/usrp2/opencores/zpu/core/zpu_config.vhd +++ b/usrp2/opencores/zpu/core/zpu_config.vhd @@ -15,6 +15,6 @@ package zpu_config is -- start byte address of stack.
-- point to top of RAM - 2*words
- constant spStart : std_logic_vector(maxAddrBitIncIO downto 0) := x"1fffff8";
+ constant spStart : std_logic_vector(maxAddrBitIncIO downto 0) := x"0003ff8";
end zpu_config;
|