aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.h
diff options
context:
space:
mode:
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;