Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default build target should be finished gds #25

Open
yrrapt opened this issue Aug 7, 2019 · 1 comment
Open

Default build target should be finished gds #25

yrrapt opened this issue Aug 7, 2019 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@yrrapt
Copy link

yrrapt commented Aug 7, 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.

@tajayi
Copy link
Contributor

tajayi commented Aug 8, 2019

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 tajayi changed the title Tests Don't Autocomplete Default build target should be finished gds Aug 8, 2019
@tajayi tajayi added bug Something isn't working good first issue Good for newcomers labels Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants