We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadc492 commit 55b5aa6Copy full SHA for 55b5aa6
vtr_flow/scripts/remove_3d_attributes.sh
@@ -5,6 +5,11 @@
5
# to remove all attributes related to 3D FPGA support (layer="0",
6
# layer_low="0", layer_high="0"). In VPR, these values default to 0.
7
8
+# This also helps convert older RR graph files that used the "layer" attribute
9
+# instead of "layer_low" and "layer_high" for nodes, by removing the "layer" attribute
10
+# altogether. As a result, VPR can read the file without issues, and it slightly
11
+# reduces the file size for 2D architectures.
12
+
13
# Exit if any command fails
14
set -e
15
0 commit comments