Skip to content

Commit 301bed6

Browse files
committed
[scripts] add comment for remove_3d_attributes
1 parent 2c6cf5e commit 301bed6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vtr_flow/scripts/remove_3d_attributes.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env bash
22

3+
# This script is intended to be used on RR graph XML files generated by VPR.
4+
# If the architecture is a 2D architecture, you can simply call this script
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+
38
# Exit if any command fails
49
set -e
510

0 commit comments

Comments
 (0)