mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 18:42:25 +00:00
CHANGELOG: update.
This commit is contained in:
parent
e2ffef5cc2
commit
3f85a404af
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue