SPI_Test/tb/chip_top/chip_undefine.v

19 lines
439 B
Coq
Raw Permalink Normal View History

2024-06-25 16:41:01 +08:00
//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