Robin Heinemann

Results 43 comments of Robin Heinemann

Maybe it is time to switch to nix and let it handle all that for us? :)

Yeah I understand, atleast the software versions would be trivial with nix, and hardware versions would probably live in the nix config aswell?

We should definitely check the return code of the `echo` that load the bitstream and abort the `axiom_start.sh` script when that fails. Do you think that would be enough, or...

> * The I/O voltage for the switches (and buttons) is configured via a jumper on the ZedBoard. How should this be configured in the board config? Currently this is...

> @rroohhh Am I missing something to make this ready for merging? Looks fine from what I can see, but @whitequark is the maintainer, I was just interested in the...

@Ravenslofty good question, I think making the MiSTer inherit from the DE10-Nano and add its own Resources (like it is done [here](https://github.com/apertus-open-source-cinema/nmigen-gateware/blob/c5748fa8f0f82f32266c7f8b7761baa0b21a181e/src/devices/micro_r2_platform.py)) would work.

@ktemkin I like your suggestions, do you have a good idea on how to handle different speedgrades? I feel like adding a variant for each combination of speedgrade and size...

I found another interesting case with the MicroZed (#99). Is is available in two variants (with Zynq 7010 and 7020) and those differ in which pins are available on the...

For boards with FOSS toolchains it would be nice to check additional properties, like using a valid `IOSTANDARD` (existing and for example using a differential standard for differential pins), using...

@Slickytail if your trackpad supports high precision scrolling (most newer ones do afaik) my recent changes should improve things quite a bit for trackpad usage.