19 lines
439 B
Coq
19 lines
439 B
Coq
|
|
||
|
//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
|