Change from using the value of the macro to just an ifdef
This commit is contained in:
@@ -91,7 +91,11 @@ assign apb_mac_ctrl_stub.penable = '0;
|
||||
|
||||
|
||||
taxi_eth_mac_25g_us #(
|
||||
.SIM(`SIM),
|
||||
`ifdef SIM
|
||||
.SIM('1),
|
||||
`else
|
||||
.SIM('0),
|
||||
`endif
|
||||
.VENDOR("XILINX"),
|
||||
.FAMILY("kintexuplus"),
|
||||
.CNT(2),
|
||||
|
||||
Reference in New Issue
Block a user