bump database version to 5
This commit is contained in:
parent
ffb071167b
commit
6a6f7f56eb
@ -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(); }
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user