1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:32:24 +00:00

CHANGELOG: update.

This commit is contained in:
Asherah Connor 2024-07-04 18:18:39 +03:00
parent e2ffef5cc2
commit 3f85a404af

View file

@ -2,10 +2,23 @@
## 0.1.2 (unreleased) ## 0.1.2 (unreleased)
New:
* build: `platform_kwargs` defined on the platform will be included in the `platform.prepare()` call.
* build: timing information from place-and-route shown as part of post-build log.
Changed:
* template: build CXXRTL with optimisations by default in CI
(cf. [amaranth-lang/amaranth-yosys#12](https://github.com/amaranth-lang/amaranth-yosys/pull/12)).
* **XXX** cxxrtl: disabled dependency tracking for now, as it's broken in the important case of
source files which depend on the CXXRTL module itself (e.g. those which instantiate it!).
Fixed: Fixed:
* python: use PDM and declare dependencies correctly. * python: use PDM and declare dependencies correctly.
* build: use generated IL to calculate digest, not what's on disk. * build: use generated IL to calculate digest, not what's on disk.
* build: synthesis depends on the yosys script too, not just IL.
## 0.1.1 ## 0.1.1