Zapta

Results 308 comments of Zapta

@cavearr, I would strongly recommend deleting it completely. If we can't get it deleted, I would place a general message that doesn't assume much about the structure of the new...

@cavearr, also, if we can't get it deleted, try at least to delete all the content there and leave a single main page with the message above.

I see, yes, the main Apio GitHub. On Tue, Jun 3, 2025 at 6:18 AM Carlos Venegas Arrabé < ***@***.***> wrote: > *cavearr* left a comment (FPGAwars/apio#498) > > >...

Thanks @cavearr, if it's just alhambra-ii it should be simple to try since I have the board. I will try it from 'apio raw' command line and go from there....

Hi @cavearr, I was able to upload to Alhambra-ii FLASH using the command below. ``` $ apio raw -- openFPGALoader --verify -b ice40_generic _build/default/hardware.bin ``` What command do you use...

@cavearr, when I try the command below the programming seems to go to FLASH (I reconnect the power to the FPGA board and check if the program is still there)....

Ok, I missed your other post ;-) https://github.com/FPGAwars/Alhambra-II-FPGA/issues/13#issuecomment-2882772588

@cavearr, openFPGALoader seems to be a good choice (feature rich, fast, and actively maintained) and I plan to transition to it also internal apio functions that currently use 'lsftdi' (I...

Hi @cavearr, the latest apio uses openfpgaloader to program Alhambra II. Can you confirm that it works correctly with designs that are larger than 4K? Lattice species the ICE40HX4K-TQ144 as...

Thanks @cavearr. When I update packages such as `oss-cad-suite` or `examples` I didn't increment the package version so it's useful to run once in a while `apio packages install --force`...