aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-10-12 11:19:31 +0100
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:27 +0000
commit69b449c8759efa15f52add21b1c7f6dc1ceada3a (patch)
treedf6a772408e62db64c8af5a0893a3224677ba17a /nexus/arch.h
parent12013b4c1f7a7fc653a06d1af8216680de468147 (diff)
downloadnextpnr-69b449c8759efa15f52add21b1c7f6dc1ceada3a.tar.gz
nextpnr-69b449c8759efa15f52add21b1c7f6dc1ceada3a.tar.bz2
nextpnr-69b449c8759efa15f52add21b1c7f6dc1ceada3a.zip
nexus: Initial PDC parser integration
Signed-off-by: David Shah <dave@ds0.me>
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;