You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed there is an issue YosysHQ/yosys#3885 that reports the same problem, and the fix was merged on Aug 14, 2023. So I tried to replace the yosys folder of vtr with the yosys 0.37 cloned from yosysHQ 8649e30, the compilation succeeds, and the regression tests pass as well. The yosys version in vtr is 0.32, released on Aug 7. Perhaps updating the yosys included with vtr could solve the issue.
The yosys cloned from yosysHQ doesn't contain CMakeLists.txt, so I simply copied the CMakeLists.txt in the yosys folder of vtr.
fatal: not a git repository: './/.git' would appear when compiling the yosys of vtr, and this message also disappears after I replaced the yosys folder of vtr with the cloned yosys from yosysHQ.
VTR requires several system packages and Python packages to build and run the flow. You can install the required system packages using the following command (this works on Ubuntu 18.04, 20.04 and 22.04, but you may require different packages on other Linux distributions). Our CI testing is on Ubuntu 22.04, so that is the best tested platform and recommended for development.
Expected Behaviour
The compilation should be completed smoothly.
Current Behaviour
I encounter issues when making the yosys in vtr repository.
Complete make log:
make.log
Possible Solution
I noticed there is an issue YosysHQ/yosys#3885 that reports the same problem, and the fix was merged on Aug 14, 2023. So I tried to replace the yosys folder of vtr with the yosys 0.37 cloned from yosysHQ 8649e30, the compilation succeeds, and the regression tests pass as well. The yosys version in vtr is 0.32, released on Aug 7. Perhaps updating the yosys included with vtr could solve the issue.
Steps to Reproduce
git clone --recurse-submodules https://github.com/verilog-to-routing/vtr-verilog-to-routing
cd vtr-verilog-to-routing
cd yosys
make config-gcc
because I don't have clangcd ..
make
Your Environment
The text was updated successfully, but these errors were encountered: