Hello guys, I am trying to run a ring oscillator t...
# openlane
s
Hello guys, I am trying to run a ring oscillator through openlane and it keeps simplifying my design, is there a way to tell it to not simplfy the design?
a
Try: (* keep *) reg chain[20];
s
Thanks
m
Also, instantiating the inverters standard cells explicitly works, yosys doesn't optimise them out.
s
Thanks, that is what I ended up doing and was able to get a proper gds file to output.
👍 1
m
Also has some info on simulation
s
Thank you, I will take a look at that.