diff options
author | Matt Ettus <matt@ettus.com> | 2010-05-24 14:21:03 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-05-24 14:21:03 -0700 |
commit | d32cedbf00eb342d999832737f9f1ba2109ef2ad (patch) | |
tree | 8ecb177ffce0f4564dd4b5048c7928e0d74773a6 /usrp2/control_lib | |
parent | c6e8d0658dc66e9a24a87d4574c649b77ec4075d (diff) | |
download | uhd-d32cedbf00eb342d999832737f9f1ba2109ef2ad.tar.gz uhd-d32cedbf00eb342d999832737f9f1ba2109ef2ad.tar.bz2 uhd-d32cedbf00eb342d999832737f9f1ba2109ef2ad.zip |
fixes from IJB from 5/24. Basically connect unconnected wires.
Diffstat (limited to 'usrp2/control_lib')
-rw-r--r-- | usrp2/control_lib/ram_harvard.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/control_lib/ram_harvard.v b/usrp2/control_lib/ram_harvard.v index 6711da366..3c00f87c7 100644 --- a/usrp2/control_lib/ram_harvard.v +++ b/usrp2/control_lib/ram_harvard.v @@ -36,6 +36,8 @@ module ram_harvard reg stb_d1; + assign ram_loader_ack_o = ram_loader_stb_i; + dpram32 #(.AWIDTH(AWIDTH),.RAM_SIZE(RAM_SIZE)) sys_ram (.clk(wb_clk_i), |