I've seen some new options in the user_proj_exampl...
# openlane
m
I've seen some new options in the user_proj_example project that aren't documented
what does IO_SYNC do?
MAGIC_DEF_LABELS is in the docs, but not sure what it really does. When should it be on?
why is SYNTH_BUFFERING turned off for the example proejct?
d
@Kareem Farid ?
k
MAGIC_DEF_LABELS s magic annotate nets with labels which would be helpful if you do trace nets in klayout. Trace nets will associate nets with labels and instead of arbitrary numbers the nets will be named.
🙌 1
IO_SYNC is something specific to the example project. Let me ask around in the team what is it for and why would synth buffering be turned off
🙌 1
m
I found out about IO_SYNC by grepping for it in the rest of the config
still interested in synth_buffering