aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-22 15:55:34 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-23 09:01:43 -0700
commit8a50b02b9bbaf292fb6294eda5df162f3295f149 (patch)
tree5caa463594b7e2468b4d17ec33aa019ec42cb22d /fpga_interchange/arch.h
parentaf1fba9f5232706af4ae31ad5b0186b44de03cfa (diff)
downloadnextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.tar.gz
nextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.tar.bz2
nextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.zip
Use new parameter definition data in FPGA interchange processing.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index d167f797..8e08f17b 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -34,6 +34,7 @@
#include "relptr.h"
#include "arch_iterators.h"
+#include "cell_parameters.h"
#include "chipdb.h"
#include "dedicated_interconnect.h"
#include "lookahead.h"
@@ -1045,6 +1046,7 @@ struct Arch : ArchAPI<ArchRanges>
Lookahead lookahead;
mutable RouteNodeStorage node_storage;
mutable SiteRoutingCache site_routing_cache;
+ CellParameters cell_parameters;
std::string chipdb_hash;
std::string get_chipdb_hash() const;