aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 886ee557..3beef3cd 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1444,7 +1444,7 @@ struct Arch : BaseCtx
// 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 read_pdc(std::istream &in);
// -------------------------------------------------
void write_fasm(std::ostream &out) const;