aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.h
diff options
context:
space:
mode:
authorYRabbit <rabbit@yrabbit.cyou>2021-11-07 09:05:34 +1000
committerYRabbit <rabbit@yrabbit.cyou>2021-11-07 09:05:34 +1000
commitdeb14762aadc9eda0610215849829f5957d7c71d (patch)
treed6fb308cea78395e25ac08e779ccc6cff75ffedb /gowin/arch.h
parent2a27085ecbe4d0f6ad46a370f7db938a5ac36348 (diff)
downloadnextpnr-deb14762aadc9eda0610215849829f5957d7c71d.tar.gz
nextpnr-deb14762aadc9eda0610215849829f5957d7c71d.tar.bz2
nextpnr-deb14762aadc9eda0610215849829f5957d7c71d.zip
gowin: Check the chipdb version
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
Diffstat (limited to 'gowin/arch.h')
-rw-r--r--gowin/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gowin/arch.h b/gowin/arch.h
index bf69ebe9..aa751a4f 100644
--- a/gowin/arch.h
+++ b/gowin/arch.h
@@ -454,6 +454,8 @@ struct Arch : BaseArch<ArchRanges>
bool cellsCompatible(const CellInfo **cells, int count) const;
// start Z for the MUX2LUT5 bels
int const mux_0_z = 10;
+ // chip db version
+ unsigned int const chipdb_version = 1;
std::vector<IdString> cell_types;