mirror of https://github.com/YosysHQ/nextpnr.git
* gowin: Update arch gen to use msgspec chipdb format Apycula now uses msgspec MessagePack serialization instead of pickle for the chipdb files. This change: - Replaces pickle with msgspec via load_chipdb() - Changes file extension from .pickle to .msgpack.gz - Updates grid access patterns for new Device structure where db.grid[y][x] returns ttyp (int) directly, use db[y, x] for Tile Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update chipdb extension to .msgpack.xz Apicula switched from gzip to lzma compression for chipdb files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| himbaechel_dbgen | ||
| uarch | ||
| .gitignore | ||
| CMakeLists.txt | ||
| arch.cc | ||
| arch.h | ||
| arch_pybindings.cc | ||
| arch_pybindings.h | ||
| archdefs.h | ||
| chipdb.h | ||
| himbaechel_api.cc | ||
| himbaechel_api.h | ||
| himbaechel_constids.h | ||
| himbaechel_gfxids.h | ||
| himbaechel_helpers.cc | ||
| himbaechel_helpers.h | ||
| main.cc | ||