Change from using the value of the macro to just an ifdef

This commit is contained in:
Byron Lathi
2025-11-15 15:51:14 -08:00
parent 462a3cb158
commit cc40760c66

View File

@@ -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),