summaryrefslogtreecommitdiff
path: root/usrp2/fpga
diff options
context:
space:
mode:
authormatt2008-09-21 17:57:49 +0000
committermatt2008-09-21 17:57:49 +0000
commite35b75b4951a8a1c35dd6c8563db066391876f9d (patch)
tree34a03ed5e8d991ac6326b0acfbc8da276a4da5aa /usrp2/fpga
parenta457620598f18d9431ce8276c15f8135f06a3aff (diff)
downloadgnuradio-e35b75b4951a8a1c35dd6c8563db066391876f9d.tar.gz
gnuradio-e35b75b4951a8a1c35dd6c8563db066391876f9d.tar.bz2
gnuradio-e35b75b4951a8a1c35dd6c8563db066391876f9d.zip
catch up with latest pin defs of u2_core
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9636 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/fpga')
-rw-r--r--usrp2/fpga/top/single_u2_sim/single_u2_sim.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/usrp2/fpga/top/single_u2_sim/single_u2_sim.v b/usrp2/fpga/top/single_u2_sim/single_u2_sim.v
index 4e891d384..016815ff7 100644
--- a/usrp2/fpga/top/single_u2_sim/single_u2_sim.v
+++ b/usrp2/fpga/top/single_u2_sim/single_u2_sim.v
@@ -227,7 +227,7 @@ module single_u2_sim();
$finish;
end
- u2_core #(.RAM_SIZE(24576))
+ u2_core #(.RAM_SIZE(32768))
u2_core(.dsp_clk (dsp_clk),
.wb_clk (wb_clk),
.clock_ready (clock_ready),
@@ -271,6 +271,8 @@ module single_u2_sim();
.cpld_din (cpld_din),
.cpld_clk (cpld_clk),
.cpld_detached (cpld_detached),
+ .cpld_init_b (1),
+ .por (0),
.adc_a (adc_a[13:0]),
.adc_ovf_a (adc_ovf_a),
.adc_on_a (adc_on_a),