aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 8e08f17b..1f0eb80d 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -1028,6 +1028,12 @@ struct Arch : ArchAPI<ArchRanges>
return wire_data.site != -1;
}
+ // Does this pip always invert its signal?
+ bool is_inverting(PipId pip) const;
+
+ // Can this pip optional invert its signal?
+ bool can_invert(PipId pip) const;
+
void merge_constant_nets();
void report_invalid_bel(BelId bel, CellInfo *cell) const;