Skip to content

Commit fbc635a

Browse files
authored
Merge pull request #2387 from verilog-to-routing/graphics-view-update
Updated Documentation for graphics
2 parents 0d8f6de + fe4eb6c commit fbc635a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/src/Images/view_menu.png

91 KB
Loading

doc/src/vpr/graphics.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,17 @@ Each block can contain a number of flip flops (ff), look up tables (lut), and ot
179179

180180
Visualizing Block Internals
181181

182+
View Menu
183+
-----------------------------
184+
.. figure:: ../Images/view_menu.png
185+
:align: center
186+
187+
Items under view menu
188+
189+
The view menu is displayed when vpr is targeting a stacked multi-die architecture (more than 1 layer).
190+
Layers are drawn in ascending order for many drawing features (e.g. blocks); that is layer 0 is drawn first, and (if visible), layer 1 is drawn on top of it etc.
191+
The visibility and transparency of a layer can be changed, which will affect blocks, nets, routing, and critical path.
192+
Cross-layer connections refer to connections that are in different layers.
182193

183194
Button Description Table
184195
------------------------

0 commit comments

Comments
 (0)