diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-17 19:02:14 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-17 19:02:14 -0800 |
commit | 110070fe371e521c0f20cbbb1b1da66312cb4d74 (patch) | |
tree | 73d68784058b23846dd001c53b2598f066ada31e /usrp2/opencores/zpu/zpu_top_pkg.vhd | |
parent | a96f39ef767ffcecac4a1cb7d20584fb7bd1e11a (diff) | |
download | uhd-110070fe371e521c0f20cbbb1b1da66312cb4d74.tar.gz uhd-110070fe371e521c0f20cbbb1b1da66312cb4d74.tar.bz2 uhd-110070fe371e521c0f20cbbb1b1da66312cb4d74.zip |
usrp-n210: almost working w/ packet router + zpu
added stack start signal to zpu
removed wb perifs in n210 out of 0-16k
added reset controller for main app
rewire cpu addr line after booted use 0-16k
Diffstat (limited to 'usrp2/opencores/zpu/zpu_top_pkg.vhd')
-rw-r--r-- | usrp2/opencores/zpu/zpu_top_pkg.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/opencores/zpu/zpu_top_pkg.vhd b/usrp2/opencores/zpu/zpu_top_pkg.vhd index 23ff48c39..a158ab9c0 100644 --- a/usrp2/opencores/zpu/zpu_top_pkg.vhd +++ b/usrp2/opencores/zpu/zpu_top_pkg.vhd @@ -35,7 +35,7 @@ package zpu_top_pkg is -- ZPU Control signals enable : in std_logic; interrupt : in std_logic; - + stack_start : in std_logic_vector(maxAddrBitIncIO downto 0); zpu_status : out std_logic_vector(63 downto 0); -- wishbone interfaces |