efabless / caravel-gf180mcu

This repository is the GF180MCU port of Caravel. For more information about Caravel, see the original repo at https://github.com/efabless/caravel.
Apache License 2.0
7 stars 8 forks source link

Added "locking disable" to the "make ship" and "make truck" scripts. #177

Closed RTimothyEdwards closed 11 months ago

RTimothyEdwards commented 1 year ago

Added "locking disable" to the "make ship" and "make truck" scripts in the Makefile. This line is critical because the GF I/O pads have so many subcircuits that they tend to overrun the Linux ulimit on open file descriptors, which produces strange and unpredictable results, and ultimately a bad GDS file. The locking disable line is in the platform code for running tapeouts, but users should not hit this issue if they decide to do the full chip build locally.

d-m-bailey commented 11 months ago

@RTimothyEdwards Looks like this was integrated with another change. (real time during last week's meeting, I think.)

If you concur, you can close it.

RTimothyEdwards commented 11 months ago

I do concur.