himbaechel: Bump DB version for package extra_data addition

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2024-10-09 15:21:10 +02:00
parent 028be1462a
commit 7c459805f6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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