23 lines
498 B
Verilog
23 lines
498 B
Verilog
|
|
//`undef BEHAVIOR_SIM
|
|
//`undef XILINX_FPGA
|
|
`undef TSMC_IC
|
|
//Is the chip a 4-channel one?
|
|
//`undef CHANNEL_IS_FOUR
|
|
|
|
|
|
//Whether to instantiate the XY-channel
|
|
`undef CHANNEL_XY_ON
|
|
//Whether to instantiate the Z-channel
|
|
`undef CHANNEL_Z_ON
|
|
|
|
//Setting the Number of SPI Slave Devices
|
|
`undef SLVNUM
|
|
//Whether SPI Bus Commands Are Buffered
|
|
`undef SPIBUS_CMD_REG
|
|
//Whether SPI Bus Readout Are Buffered
|
|
`undef SPIBUS_OUT_REG
|
|
|
|
//Whether Mod mux dout Are Buffered
|
|
//`undef MODDOUT_MUX_REG
|