Dominik Wernberger
Dominik Wernberger
Hi @ctabin, I also took a look at the change set. My guess is that its somehow related to the changes of `-fPIC` for zlib compilation. Later I will give...
Hi @ctabin, I attached a small reproducer. You can build it with the following command where vcpkg is located in the parent directory. ```bash cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake...
Hi @justyn nice work but shouldn't the pin numbering be inversed? The datasheet shows pin (circuit) 1 on the rigth in top view whereas in your footprint pin 1 is...
That's a good point. I think the existing footprints should be corrected. Because of the breaking change it might be possible for Kicad V6 but I'm not a librarian, so...
Shouldn't Lattice's toolchain be able to also program the Alhambra Board? I can't imagine that this does not work. Anyhow an open-source approach is provided by iceprog from the [icestorm](https://github.com/YosysHQ/icestorm)...
A simple design can be found at [my repo](https://github.com/Werni2A/Valhalla-II) that should get you started with a pure OSS VHDL flow.
First of all, thanks for your explanation and links. I'm still trying to understand the padstack files, so I haven't looked into Extracta yet. Still I'm curious what `pad.txt` looks...
HS = HighSpeed? Maybe its possible to define something like differential pairs, skew or impedance in the schematic.
Hi, I'm using Firefox 124 on Ubuntu 22.04.
Until now there is no documentation for the file format itself. I thought about creating one in a pure text format or Kaitai file a few times, however at the...