diff options
author | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-09-21 17:57:49 +0000 |
---|---|---|
committer | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-09-21 17:57:49 +0000 |
commit | 8614511f0497a195386a6b7e03d25d040b7ea8ff (patch) | |
tree | 974e427e13f8f6d8ab828e529604a5674129bbe1 | |
parent | 20c2fd524f03a92a6f414e3a5313501ef6bd5533 (diff) | |
download | uhd-8614511f0497a195386a6b7e03d25d040b7ea8ff.tar.gz uhd-8614511f0497a195386a6b7e03d25d040b7ea8ff.tar.bz2 uhd-8614511f0497a195386a6b7e03d25d040b7ea8ff.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
-rw-r--r-- | top/single_u2_sim/single_u2_sim.v | 4 |
1 files changed, 3 insertions, 1 deletions
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), |