Vitor Bandeira

Results 55 comments of Vitor Bandeira

@Elon-J can you run the following? If there is still an error, please upload the `build.log` file here. ``` ./etc/Build.sh -clean 2>&1 | tee build.log ```

Looking at the log and comparing with one from a successful run (also on a Centos7) on the same commit the only difference between our setups are: ``` # yours...

@Elon-J any updates? Were you able to fix the issue with the suggestion?

> I had to pass `EXCLUDE_PLATFORM=1` otherwise the `make global_place_issue` command fails with: > > ``` > [INFO][FLOW] Using platform directory ./platforms/asap7 > [INFO-FLOW] ASU ASAP7 - version 2 >...

> @maliberty The self hosted mac seems a bit weird with the self hosted mac at least compared to mine. By default my machine is picking up the XCode Bison....

``` /usr/local/lib/python3.8/dist-packages/opendbpy/__init__.py ``` @gbrown40 did you install `opendbpy` with `pip install` or similar? This looks to be getting a system version of `opendbpy` not the version you built from the...

Hi @gbrown40, could you try with the latest commit. We recently merged #2375 which might help your issue. Also, you probably should remove the pip version since is very old...

> @vvbandeira can comment on how we process that to produce the readthedocs. There's nothing fancy here. Just a simple setup and webhook triggered on commits to the master branch...

This looks like an issue with Yosys and not OpenROAD.

@JiaDYuan are you using ORFS / OpenLane? I would suggest you try the latest version of Yosys to see if the problem got fixed --- ORFS and OpenLane usually are...