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
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:
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?
The text was updated successfully, but these errors were encountered:
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
I plotted the nodes from Ariane RISC example netlist file
In summary:
The resultant plot is:
![image](https://user-images.githubusercontent.com/25346578/178157760-bf288f38-43b8-4e98-85aa-62c9ff93c3fa.png)
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
The text was updated successfully, but these errors were encountered: