docs/changes: add 8 (#636)

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-09-08 13:30:31 +02:00 committed by GitHub
parent 6b4976a028
commit bb5d0bb24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 9 deletions

View File

@ -16,17 +16,14 @@
0:
future-work: |
- Python scripts moved from f4pga-arch-defs to f4pga.
- TCL scripts moved from f4pa-arch-defs to f4pga.
- `f4pga build` now supports Lattice's ICE40 devices.
- `f4pga build` now supports Lattice's ECP5 devices.
- `f4pga build` now supports Lattice's NX devices.
7:
examples: 954a21090b14808b50d259b552e353b69f0ddae0
arch-defs: 20220818-143856@24e8f73
f4pga: 2d8d85706ecc7a72e17078ea903e2751022825da
8:
examples: e3a23897c2692d54a3abb57f5199cded6852da60
arch-defs: 20220907-210059@66a976d
f4pga: 6b4976a028e8a8a3b78711b6471655d3bfe58ed7
<<: &tarballs-consistent
tarballs:
xc7:
@ -35,6 +32,17 @@
eos-s3:
- symbiflow-install-ql-*-tar-xz
- symbiflow-ql-eos-s3_wlcsp-*-tar-xz
description: |
* Python scripts from f4pga-arch-defs tarballs were moved to f4pga.
* Yosys 'conv' and 'synth' TCL scripts combined in a single pipeline.
7:
examples: 954a21090b14808b50d259b552e353b69f0ddae0
arch-defs: 20220818-143856@24e8f73
f4pga: 2d8d85706ecc7a72e17078ea903e2751022825da
<<: *tarballs-consistent
description: |
* Yosys TCL scripts from f4pga-arch-defs tarballs were moved to f4pga as ``f4pga.wrappers.tcl``.

View File

@ -54,8 +54,8 @@ echo '::group::Install arch-defs'
mkdir -p "$F4PGA_INSTALL_DIR_FAM"
F4PGA_TIMESTAMP='20220818-143856'
F4PGA_HASH='24e8f73'
F4PGA_TIMESTAMP='20220907-210059'
F4PGA_HASH='66a976d'
case "$FPGA_FAM" in
xc7) PACKAGES='install-xc7 xc7a50t_test';;