Is there a way to get an STA report for a specific...
# openlane
m
Is there a way to get an STA report for a specific part of the design? I have a counter for a ring oscillator and I want to check the counter will be able to deal with the speed.
m
report_checks' -through option is generally helpful
m
any docs? any ideas on how to run it?
I just tried adding the net to the clock_net config variable
did @Jean or @Matthew Guthaus find a way to use an internal net as a clock for sdc?
m
You need to add a module and use a pin of the module. There is no other way AFAIK
m
thanks
I reorganised my hdl so I could get the ring osc port as a module port
then used an external sdc file to try
but openlane can't seem to find it
image.png
m
t
@Matt Venn can you try printing out the outcome of get_nets ...
In addition, to me sourcing old base in yous sdc is a good idea. I got results doing that.
m
I'd like to come back to this, but busy on other things now!