bump database version to 5

This commit is contained in:
Miodrag Milanovic 2024-11-21 14:51:10 +01:00
parent ffb071167b
commit 6a6f7f56eb
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
NEXTPNR_NAMESPACE_BEGIN
static constexpr int database_version = 4;
static constexpr int database_version = 5;
static const ChipInfoPOD *get_chip_info(const RelPtr<ChipInfoPOD> *ptr) { return ptr->get(); }

View File

@ -839,7 +839,7 @@ class Chip:
bba.label("chip_info")
bba.u32(0x00ca7ca7) # magic
bba.u32(4) # version
bba.u32(5) # version
bba.u32(self.width)
bba.u32(self.height)