alpha-release icon indicating copy to clipboard operation
alpha-release copied to clipboard

Default build target should be finished gds

Open yrrapt opened this issue 5 years ago • 1 comments

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.

yrrapt avatar Aug 07 '19 16:08 yrrapt

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 avatar Aug 08 '19 14:08 tajayi