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.
When using the test designs (gcd_nandgate45 and ibex_nandgate45) I can start the process with:
makeAs instructed but the process terminates with the last line:
cp results/nandgate45/ibex_core/4_cts.sdc results/nadgate45/ibex_core/5_route.sdcI can then manually progress through the last steps using:
make clean_routemake finishWhich successfully creates the output GDS but for some reason this does occur automatically.