aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/opencores/spi
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-23 13:53:14 -0800
committerJosh Blum <josh@joshknows.com>2010-11-23 13:53:14 -0800
commit18ce33d2286a428705bc19e5dc091f2d6a6d4d5b (patch)
treec355fbde9d8804b29ab76bef7412874fe03955a1 /fpga/usrp2/opencores/spi
parent30ce5acedd3e0dc6fc97d7597781a0a4828812f2 (diff)
parent74bb6b39d9a677e6a7a41b6e3d62488aa265f706 (diff)
downloaduhd-18ce33d2286a428705bc19e5dc091f2d6a6d4d5b.tar.gz
uhd-18ce33d2286a428705bc19e5dc091f2d6a6d4d5b.tar.bz2
uhd-18ce33d2286a428705bc19e5dc091f2d6a6d4d5b.zip
Merge branch 'fpga_next' into next
Conflicts: fpga/usrp2/top/u1e_passthru/.gitignore fpga/usrp2/top/u1e_passthru/Makefile fpga/usrp2/top/u2plus/.gitignore fpga/usrp2/top/u2plus/Makefile usrp2/top/u1e_passthru/.gitignore usrp2/top/u1e_passthru/Makefile
Diffstat (limited to 'fpga/usrp2/opencores/spi')
-rw-r--r--fpga/usrp2/opencores/spi/rtl/verilog/spi_defines.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpga/usrp2/opencores/spi/rtl/verilog/spi_defines.v b/fpga/usrp2/opencores/spi/rtl/verilog/spi_defines.v
index 963a680a8..3e4dd0e3c 100644
--- a/fpga/usrp2/opencores/spi/rtl/verilog/spi_defines.v
+++ b/fpga/usrp2/opencores/spi/rtl/verilog/spi_defines.v
@@ -66,9 +66,9 @@
// Use SPI_MAX_CHAR for fine tuning the exact number, when using
// SPI_MAX_CHAR_32, SPI_MAX_CHAR_24, SPI_MAX_CHAR_16, SPI_MAX_CHAR_8.
//
-//`define SPI_MAX_CHAR_128
+`define SPI_MAX_CHAR_128
//`define SPI_MAX_CHAR_64
-`define SPI_MAX_CHAR_32
+//`define SPI_MAX_CHAR_32
//`define SPI_MAX_CHAR_24
//`define SPI_MAX_CHAR_16
//`define SPI_MAX_CHAR_8
@@ -102,8 +102,8 @@
// Number of device select signals. Use SPI_SS_NB for fine tuning the
// exact number.
//
-`define SPI_SS_NB_8
-//`define SPI_SS_NB_16
+//`define SPI_SS_NB_8
+`define SPI_SS_NB_16
//`define SPI_SS_NB_24
//`define SPI_SS_NB_32