GitHub
05/29/2023, 2:38 PMset ::env(PL_RESIZER_BUFFER_OUTPUT_PORTS)
We tracked it down to the yosys synth script calling insbuf:
opt_clean -purge
insbuf -buf {*}$::env(SYNTH_MIN_BUF_PORT)
set stat_libs ""
We are able to work around it with this patch: https://github.com/TinyTapeout/tinytapeout-03p5/blob/main/tt_mux.patch
And here's the tt_mux source: https://github.com/TinyTapeout/tt-multiplexer/blob/main/proto/tt_mux.v
Expected Behavior
openlane shouldn't insert buffers after tristates.
Environment report
Kernel: Linux v5.15.0-71-generic
Distribution: ubuntu 20.04
Python: v3.8.10 (OK)
Container Engine: docker v20.10.21 (OK)
OpenLane Git Version: 4cd0986b3ae550cdf7a6d0fba4e0657012f635d8
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)
4cd0986 2023-02-13T14:32:59+02:00 Bugfixes (#1658) - Kareem Farid - (grafted, HEAD, tag: 2023.02.14)
---
Git Remotes
origin <https://github.com/The-OpenROAD-Project/OpenLane> (fetch)
origin <https://github.com/The-OpenROAD-Project/OpenLane> (push)
Reproduction material
n/a
Relevant log output
n/a
The-OpenROAD-Project/OpenLane