himbaechel: Bump DB version for package extra_data addition
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
028be1462a
commit
7c459805f6
@ -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(); }
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user