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