aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 6cb7323b..78756594 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1427,6 +1427,13 @@ struct Arch : BaseCtx
void set_cell_pinmux(CellInfo *cell, IdString pin, CellPinMux state);
// -------------------------------------------------
+
+ // List of IO constraints, used by PDC parser
+ std::unordered_map<IdString, std::unordered_map<IdString, Property>> io_attr;
+
+ void parse_pdc(std::istream &in) const;
+
+ // -------------------------------------------------
void write_fasm(std::ostream &out) const;
};