Zapta
Zapta
This was fixed (not released yet). The verilator command for ECP5 ``apio lint`` looks now like this: ``` verilator --lint-only --bbox-unsup --timing -Wno-TIMESCALEMOD -Wno-MULTITOP -I"/Users/user/.apio/packages/tools-oss-cad-suite/share/yosys/ecp5" hardware.vlt main.v main_tb.v ``` and...
@Obijuan, @cavearr, we have ``apio drivers ftdi install`` and ``apio drivers serial install``. How can the user know if they need to install a driver and if so, which of...
@cavearr 1. Let's say we know the board, the fpga, and the programmer information from boards.jsonc, fpgas.jsonc, and programmers.jsonc respectivly, and lets say the an upload operation failed. What message...
For item 2, I think I prefer your suggestions because it makes the existing apio ``apio drivers lsusb`` more consistent with the ftdi and serial listing ``apio drivers list usb``.
Sounds good. Whenever it works for you. On Wed, Jan 22, 2025 at 11:25 AM Carlos Venegas Arrabé < ***@***.***> wrote: > tell me a day to think in it...
@cavearr, do you think on number 1 or number 2? For number 2, I think your suggestion for ``apio drivers install ftdi`` is better than the old way.
@cavearr, I implemented your idea for the apio drivers command structure. I think it's cleaner this way. You may need to adapt icestudio if you use the drivers commands. The...
On my darwin-arm64 machine, ``apio upload`` with alhambra-ii works regardless if I install or uninstall the ftdi and serial drivers.
Thanks @trabucayre, I will give it a try in a day or so once it's propogates to oss-cad-suite builds. A minimal (but not quiet) level could be line the one...
@trabucayre, this is what I got with the new version with `--verbose-level -1`. There is still one progress bar left. ``` ⦗OSS CAD Suite⦘ ~/work$ openFPGALoader --verify -b ice40_generic --vid...