is there an easy way to pass Verilog `define`s thr...
# openlane
a
is there an easy way to pass Verilog `define`s through the openlane flow to yosys for synthesis?
m
Yes cant remember exactly but search synth in the openlane options
🙏 1
a
thanks matt
m
You find it?
a
Try something like the following. set ::env(SYNTH_DEFINES) "MPRJ_IO_PADS=38" I’ve seen it somewhere but haven't tested it. Let me know if it works.
👍 2
a
SYNTH_DEFINES
does the trick. thanks
👍 1