diff options
| author | Josh Blum <josh@joshknows.com> | 2011-08-29 16:55:05 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-08-29 16:55:05 -0700 | 
| commit | 357fbcd2f984b9620379259fe8cfb7ef593c21ff (patch) | |
| tree | 3f9bbe0169471d57b74c647df121a950bf8b5466 /fpga/usrp2/control_lib | |
| parent | 78e95562617d084d6bd83227a676f62bb552b26d (diff) | |
| parent | b0bdf3e6cc42554a4df30df971fe1db66818a347 (diff) | |
| download | uhd-357fbcd2f984b9620379259fe8cfb7ef593c21ff.tar.gz uhd-357fbcd2f984b9620379259fe8cfb7ef593c21ff.tar.bz2 uhd-357fbcd2f984b9620379259fe8cfb7ef593c21ff.zip | |
Merge branch 'fpga_patch_release' into patch_release
Diffstat (limited to 'fpga/usrp2/control_lib')
| -rw-r--r-- | fpga/usrp2/control_lib/bootram.v | 46 | 
1 files changed, 23 insertions, 23 deletions
| diff --git a/fpga/usrp2/control_lib/bootram.v b/fpga/usrp2/control_lib/bootram.v index fb7bd46c8..7821fbc4c 100644 --- a/fpga/usrp2/control_lib/bootram.v +++ b/fpga/usrp2/control_lib/bootram.v @@ -83,7 +83,7 @@ module bootram        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock        .DIA(32'hffffffff),   // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -93,7 +93,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB0),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input @@ -112,8 +112,8 @@ module bootram        .DOPA(),              // Port A 4-bit Parity Output        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock -      .DIA(32'd0),          // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIA(32'hffffffff),          // Port A 32-bit Data Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -123,7 +123,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB1),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input @@ -142,8 +142,8 @@ module bootram        .DOPA(),              // Port A 4-bit Parity Output        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock -      .DIA(32'd0),          // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIA(32'hffffffff),          // Port A 32-bit Data Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -153,7 +153,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB2),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input @@ -172,8 +172,8 @@ module bootram        .DOPA(),              // Port A 4-bit Parity Output        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock -      .DIA(32'd0),          // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIA(32'hffffffff),          // Port A 32-bit Data Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -183,7 +183,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB3),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input @@ -202,8 +202,8 @@ module bootram        .DOPA(),              // Port A 4-bit Parity Output        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock -      .DIA(32'd0),          // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIA(32'hffffffff),          // Port A 32-bit Data Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -213,7 +213,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB4),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input @@ -232,8 +232,8 @@ module bootram        .DOPA(),              // Port A 4-bit Parity Output        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock -      .DIA(32'd0),          // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIA(32'hffffffff),          // Port A 32-bit Data Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -243,7 +243,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB5),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input @@ -262,8 +262,8 @@ module bootram        .DOPA(),              // Port A 4-bit Parity Output        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock -      .DIA(32'd0),          // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIA(32'hffffffff),          // Port A 32-bit Data Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -273,7 +273,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB6),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input @@ -292,8 +292,8 @@ module bootram        .DOPA(),              // Port A 4-bit Parity Output        .ADDRA(if_adr[10:2]), // Port A 9-bit Address Input        .CLKA(clk),           // Port A 1-bit Clock -      .DIA(32'd0),          // Port A 32-bit Data Input -      .DIPA(4'd0),          // Port A 4-bit parity Input +      .DIA(32'hffffffff),          // Port A 32-bit Data Input +      .DIPA(4'hf),          // Port A 4-bit parity Input        .ENA(1'b1),           // Port A 1-bit RAM Enable Input        .SSRA(1'b0),          // Port A 1-bit Synchronous Set/Reset Input        .WEA(1'b0),           // Port A 4-bit Write Enable Input @@ -303,7 +303,7 @@ module bootram        .ADDRB(dwb_adr_i[10:2]), // Port B 9-bit Address Input        .CLKB(clk),              // Port B 1-bit Clock        .DIB(dwb_dat_i),         // Port B 32-bit Data Input -      .DIPB(4'd0),             // Port-B 4-bit parity Input +      .DIPB(4'hf),             // Port-B 4-bit parity Input        .ENB(ENB7),              // Port B 1-bit RAM Enable Input        .SSRB(1'b0),             // Port B 1-bit Synchronous Set/Reset Input        .WEB(WEB)                // Port B 4-bit Write Enable Input | 
