28.01.2026

build      Synthesize the bitstream.

(py) fraga@ceres Sistema % apio build
[Wed Jan 28 12:48:55 2026] Processing Alchitry-Cu
-----------------------------------------------------------------------------------------------------
yosys -p "synth_ice40 -top top -json hardware.json" -q adder.v control.v counter.v ffd.v lorenz.v multiplier.v oscilador.v register.v reset_conditioner.v substractor.v top.v uart_tx.v
nextpnr-ice40 --hx8k --package cb132 --json hardware.json --asc hardware.asc --pcf pinout.pcf -q
icepack hardware.asc hardware.bin
=================================== [SUCCESS] Took 21.91 seconds ===================================

(py) fraga@ceres Sistema % apio --version
apio, version 0.9.5

(py) fraga@ceres Sistema % yosys --version
Yosys 0.55 (git sha1 60f126cd00c94892782470192d6c9f7abebe7c05, clang++ 17.0.0 -fPIC -O3)

(py) fraga@ceres Sistema % nextpnr-ice40 --version
"nextpnr-ice40" -- Next Generation Place and Route (Version nextpnr-0.8-4-gc84f2093)

