Johan Euphrosine

Results 579 comments of Johan Euphrosine

I was unclear why `--privileged` is indeed given that the Makefile does volume mount the x11 unix socket, it seems related to: https://github.com/moby/moby/issues/38442 We could try to add a custom...

> A related effort will be to make Openroad available as a pip module. That will be tracked separately. Should we close #1659 and #1424 in favor of this issue?

- lack of packaging and limited surface of the Python API (related to #1424 and #1659) - lack of machine-readable logs/parameters/metrics export (METRICS2.1?) outside of ORFS (related to #1669) -...

[openroad_issue_reproducible.tar.gz](https://github.com/The-OpenROAD-Project/OpenROAD/files/8602385/openroad_issue_reproducible.tar.gz) (compressed in bz2 to be extracted to `tar xvjf`)

It did fail ultimatly with the following error: ``` [INFO GRT-0101] Running extra iterations to remove overflow. [WARNING GRT-0227] Reached 20 congestion iterations with less than 15% of reduction between...

@antonblanchard mentioned he was also fighting with GRT congestion issues for his MicroWatt 64-bit tapeout for [MPW-5](https://platform.efabless.com/projects/795) and [MPW-6](https://platform.efabless.com/projects/840). I suggested the following tweaks to workaround this: - reducing PL_TARGET_DENSITY...

@maliberty the notebook didn't pin yosys version so it's possible that a different one from the original report got used, let me try to refresh it accordingly.

I get the same errors after updating the dependencies, it looks like the following verilog module needs to be disabled: `BRAM1Load` as we don't really care of pre-initializing BRAM cells...

@vvbandeira `OPENLANE_TAG=2022.02.23_02.50.41`.

> ... -disable_output (now the default behavior) While it's nice to have less spammy output, it does make it harder to get a sense of how much progress the tooling...