efabless / caravel

Caravel is a standard SoC harness with on chip resources to control and read/write operations from a user-dedicated space.
https://caravel-harness.readthedocs.io/
Apache License 2.0
296 stars 69 forks source link

Changed decap_12/fill8/fill4 cell references break downstream full-chip STA (`make caravel-sta`) #555

Open amm-efabless opened 1 month ago

amm-efabless commented 1 month ago

Some gate-level netlists in verilog/gl/ were changed after deletion of excessive decap_12 cells, but the way the files were rewritten to use Verilog instance arrays is not fully compatible with the caravel_user_project (and other) full-chip STA flows.

For more information, see: https://github.com/efabless/caravel_user_project/issues/377