15 lines
351 B
Coq
15 lines
351 B
Coq
|
|
|
||
|
|
//Defining Memory Types
|
||
|
|
|
||
|
|
//`define BEHAVIOR_SIM
|
||
|
|
//`define XILINX_FPGA
|
||
|
|
`define TSMC_IC
|
||
|
|
|
||
|
|
//Setting the Number of SPI Slave Devices
|
||
|
|
`define SLVNUM 4
|
||
|
|
//Whether SPI Bus Commands Are Buffered
|
||
|
|
`define SPIBUS_CMD_REG 1
|
||
|
|
//Whether SPI Bus Readout Are Buffered
|
||
|
|
`define SPIBUS_OUT_REG 0
|
||
|
|
//Whether Mod mux dout Are Buffered
|
||
|
|
//`define MODDOUT_MUX_REG
|