I have a question about running the timing check: ...
# timing-closure
m
I have a question about running the timing check: The
make rcx-<macro-name>
process seems to require the base.sdc and 2 more files from the project: a macro-name.def (that goes in caravel/def) and a macro-name.v (that goes in caravel/verilog/gl) Would those be
[flow run]/results/routing/macro-name.def
and
[flow run]/results/lvs/macro-name.lvs.powered.v
?
m
Good question
also noting that macro-name.def doesn't exist anymore, it's now preceeded by a number
I copied the lvs and def as you suggested
when I run make rcx-<macro-name> I get errors about a missing spef file
image.png