Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VTR Quick Start Guide Inconsistencies #2548

Open
2 of 4 tasks
robluo opened this issue May 8, 2024 · 0 comments
Open
2 of 4 tasks

VTR Quick Start Guide Inconsistencies #2548

robluo opened this issue May 8, 2024 · 0 comments
Assignees
Labels
docs Documentation VTR Flow VTR Design Flow (scripts/benchmarks/architectures)

Comments

@robluo
Copy link

robluo commented May 8, 2024

While following the VTR quick start guide, I faced several issues that cannot be resolved by only reading the quick start guide's instructions.

Issues encountered:

  • make env did not work. Some issue with Python libraries
    Setting the Python black library to 22.8.0 fixed the issue. (requirements.txt)
    See: https://github.com/verilog-to-routing/vtr-verilog-to-routing/pull/2527/files
    Wintermute cannot support 24.3.0 (its version of Ubuntu is too old).
    Would require upgrading python
    We would need to figure out what version of black to set this to if we want to fix this issue.
    Preferably the minimum version to get this to work. However, 24.3.0 contains security updates we may want. Perhaps we should enforce an upgrade? -Alex

  • The quickstart guide uses Odin as an example; however, Parmys is now the default tool. The quickstart should be updated to use Parmys or should say how to build VTR with Odin. The current quick fix is to build Odin by explicitly setting the flag in CMake.

  • Run_vtr_flow is having some issues.
    Parmys is unable to parse the architecture files…
    https://docs.verilogtorouting.org/en/latest/quickstart/#automatically-running-the-vtr-flow

Error produced after running as instructed:
截屏2024-05-09 下午3 02 51

@navidjafarof Could you please take a look. This errror would happen if one strickly follows the quick start guide in the above link.

@AlexandreSinger AlexandreSinger added VTR Flow VTR Design Flow (scripts/benchmarks/architectures) docs Documentation labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation VTR Flow VTR Design Flow (scripts/benchmarks/architectures)
Projects
None yet
Development

No branches or pull requests

3 participants