summaryrefslogtreecommitdiff
path: root/hdl/utils.svh
blob: ddba543114a2ebc99d01cdc8e3bd9187184b95b2 (plain) (blame)
1
2
3
4
5
`ifdef SYNTHESIS
`define past(x) x
`else
`define past(x) $past(x)
`endif