Michael Abbott
Michael Abbott
I'm not surprised this is harder, I was quite surprised at just how small commit https://github.com/ghdl/ghdl/commit/ae75c96f408bce8cf058f3506346c5b493470b92 is! Just for reference, this issue doesn't just apply to explicit generic parameters, but...
Think I'll also add this as a note here: experimenting with replacing the `data_o` assignment with a function call (which of course does work), I encountered the following slightly unexpected...
Please squash these commits into a sensible commit history! I suspect a lot of the churn in this will be due to debugging history, which doesn't need to go into...
I would say that interfacing to external IP is a reasonable case for using components, but it would be nice to if this were tucked away inside a wrapper. I...
The manufacturer's documentation can be found here: [FMC-Pico-1M4](https://www.caenels.com/products/fmc-pico-1m4/). The interface to such a block should be pretty straightforward. First of all, we need a name; how about `FMC_PICO_1M4`? Next, we...
One implementation complication is worth noting. The FMC readout must be clocked at a predictable frequency (over SPI) and so must be driven by a clock with a known frequency....
Unfortunately we can't predict the actual gains for high and low gain for the FMC-Pico-1M4 as this will depend on the ordering options selected (high gain can range from 1...
What is the status of this PR?
This is a bit of a pain because devIocStats is an external dependency, so fixing this is not as simple as fixing our code. It's probably worth raising an issue...
Possible good news for the future: https://github.blog/changelog/2023-10-30-accelerate-your-ci-cd-with-arm-based-hosted-runners-in-github-actions/ ?