You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently set the default build target to a routed DEF design instead of routed GDS based on early feedback. You can push it beyond step_5 (route) by running make finish.
The layout finishing step (magic) generates a lot of ignorable warnings/errors which threw a lot of people off in when trying to figure out if the flow worked.
If you don't mind, i'll retitle the issue from "Tests Don't Autocomplete" to "Default build target should be finished gds". We'll use this to track the cleanup of those messages and resetting the default
tajayi
changed the title
Tests Don't Autocomplete
Default build target should be finished gds
Aug 8, 2019
When using the test designs (gcd_nandgate45 and ibex_nandgate45) I can start the process with:
make
As instructed but the process terminates with the last line:
cp results/nandgate45/ibex_core/4_cts.sdc results/nadgate45/ibex_core/5_route.sdc
I can then manually progress through the last steps using:
make clean_route
make finish
Which successfully creates the output GDS but for some reason this does occur automatically.
The text was updated successfully, but these errors were encountered: