From 8614511f0497a195386a6b7e03d25d040b7ea8ff Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 21 Sep 2008 17:57:49 +0000 Subject: catch up with latest pin defs of u2_core git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9636 221aa14e-8319-0410-a670-987f0aec2ac5 --- top/single_u2_sim/single_u2_sim.v | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/top/single_u2_sim/single_u2_sim.v b/top/single_u2_sim/single_u2_sim.v index 4e891d384..016815ff7 100644 --- a/top/single_u2_sim/single_u2_sim.v +++ b/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), -- cgit v1.2.3