Skip to content

Commit 30f61a8

Browse files
committed
changed documentation, VB suggestions applied
1 parent cc7cdbf commit 30f61a8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

libs/libarchfpga/src/physical_types.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,11 +1569,14 @@ enum e_Fc_type {
15691569
* at the end of build_rr_graph *
15701570
* @param arch_wire_switch_dec: Same as arch_wire_switch but used only for *
15711571
* decremental tracks if it is specified in the *
1572-
* architecture file. *
1572+
* architecture file. If -1, this value was not set in *
1573+
* the architecture file and arch_wire_switch should be *
1574+
* used for "DEC_DIR" wire segments. *
15731575
* @param arch_opin_switch_dec: Same as arch_opin_switch but used only for *
15741576
* decremental tracks if it is specified in the *
1575-
* architecture file *
1576-
* *
1577+
* architecture file. If -1, this value was not set in *
1578+
* the architecture file and arch_opin_switch should be *
1579+
* used for "DEC_DIR" wire segments. *
15771580
* @param arch_opin_between_dice_switch: Index of the switch type that *
15781581
* connects output pins (OPINs) *to* this segment from *
15791582
* *another die (layer)*. Note that this index is in *

0 commit comments

Comments
 (0)