2025-01-19 10:15:40 +01:00
|
|
|
// Define either TWO_LANES_x8 or EIGHT_LANES_x8
|
2025-03-13 11:31:23 +01:00
|
|
|
`define TWO_LANES_x8
|
|
|
|
|
//`define EIGHT_LANES_x8
|
2025-01-19 10:15:40 +01:00
|
|
|
|
|
|
|
|
`ifdef EIGHT_LANES_x8
|
|
|
|
|
`ifdef TWO_LANES_x8
|
|
|
|
|
ERROR: Display compilation error here
|
|
|
|
|
`endif
|
|
|
|
|
`define x8
|
|
|
|
|
`endif
|
|
|
|
|
|
|
|
|
|
`ifdef TWO_LANES_x8
|
|
|
|
|
`define x16
|
|
|
|
|
`endif
|
|
|
|
|
|
|
|
|
|
// Check if neither is defined
|
|
|
|
|
`ifndef EIGHT_LANES_x8
|
|
|
|
|
`ifndef TWO_LANES_x8
|
|
|
|
|
ERROR: Display compilation error here
|
|
|
|
|
`endif
|
|
|
|
|
`endif
|
|
|
|
|
|
|
|
|
|
`define den8192Mb
|
|
|
|
|
`define sg125
|