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

source of x,y coordinates in netlist.pb.txt and plc.get_node_width_height()? #28

Open
Maria-UET opened this issue Jul 10, 2022 · 1 comment

Comments

@Maria-UET
Copy link

Maria-UET commented Jul 10, 2022

I plotted the nodes from Ariane RISC example netlist file

In summary:

  • Parsed the netlist.pb.txt file using plc client.
  • Got the canvas width and height with w,h = plc.get_canvas_width_height()
  • Got the x,y coordinates of each node in the netlist with n_w, n_h = plc.get_node_width_height()
  • Plotted each node on the canvas of size (w,h).

The resultant plot is:
image

Where the blue blocks are macros while the red blocks are clusters of standard cells. Can you please share what is the source of the coordinates of the nodes here?

Possibly the question is related to issue #25

@Maria-UET Maria-UET changed the title source of x,y coordinates in netlist.pb.txt and plc.get_node_width_height(i)? source of x,y coordinates in netlist.pb.txt and plc.get_node_width_height()? Jul 10, 2022
@samli50801
Copy link

I think it's in ./logs/run00/111.

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