mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-17 08:41:38 +00:00
himbaechel: Bump DB version for package extra_data addition
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
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(); }
|
||||
|
||||
|
||||
@@ -831,7 +831,7 @@ class Chip:
|
||||
|
||||
bba.label("chip_info")
|
||||
bba.u32(0x00ca7ca7) # magic
|
||||
bba.u32(3) # version
|
||||
bba.u32(4) # version
|
||||
bba.u32(self.width)
|
||||
bba.u32(self.height)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user