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

how to show the graph while placing and routing? #2147

Open
szhou888 opened this issue Jun 9, 2021 · 2 comments
Open

how to show the graph while placing and routing? #2147

szhou888 opened this issue Jun 9, 2021 · 2 comments

Comments

@szhou888
Copy link

szhou888 commented Jun 9, 2021

If I want to show the graph during placing and routing,how I should do to achieve it?

@acomodi
Copy link
Contributor

acomodi commented Jun 9, 2021

Hi @szhou888, VTR is able to display the place and route process in GUI, but this was not tested in quite a while now in symbiflow.

If you want to give a try, the following should be required:

  1. build VTR locally, at the same revision as specified in the environment file (e7d45e013 at the moment of writing). Also, follow this guide to install the dependencies to have to enable the GUI.
  2. run the following to use the local versions of the tools (which are in the VTR directory):
export VPR=<path-to-vpr-binary>
export GENFASM=<path-to-genfasm-binary>
  1. build a test and add the --disp on to the VPR command.

@szhou888
Copy link
Author

szhou888 commented Jun 10, 2021

Hi @szhou888, VTR is able to display the place and route process in GUI, but this was not tested in quite a while now in symbiflow.

If you want to give a try, the following should be required:

  1. build VTR locally, at the same revision as specified in the environment file (e7d45e013 at the moment of writing). Also, follow this guide to install the dependencies to have to enable the GUI.
  2. run the following to use the local versions of the tools (which are in the VTR directory):
export VPR=<path-to-vpr-binary>
export GENFASM=<path-to-genfasm-binary>
  1. build a test and add the --disp on to the VPR command.

Follow your guid and failed in show gui with the log_file.Could you give some suggestion by the log file?

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

No branches or pull requests

2 participants