close
The Wayback Machine - https://web.archive.org/web/20200703010245/https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues/1181
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

Upgrade Scripts to Python 3 #1181

Open
kmurray opened this issue Mar 3, 2020 · 1 comment
Open

Upgrade Scripts to Python 3 #1181

kmurray opened this issue Mar 3, 2020 · 1 comment

Comments

@kmurray
Copy link
Contributor

@kmurray kmurray commented Mar 3, 2020

There are a number of python scripts included with VTR, which are a mix of python 2 and python 3.

Since Python 2 is now officially unsupported, we should upgrade those scripts to Python 3. None of those scripts are that complicated, so the process should be fairly straightforward:

  • Run the 2to3 tool to convert a python 2 script to python 3
  • Verify that the script still works
@wallacejohn
Copy link
Contributor

@wallacejohn wallacejohn commented Mar 17, 2020

Hello,
I am new here and decided to start working on this issue. I submitted my first pull request for 5 scripts and will continue working on others. Any feedback or criticism is appreciated. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.