William D. Jones

Results 188 comments of William D. Jones

I believe what is happening is that the Synopsys core will continue to update the value of the "IN token when FIFO is empty" flag, even when the interrupt is...

Do you plan to submit a PR for these?

Then I would appreciate it if you knock it off with the unhelpful/smug `// bug!!!` and `// vuln!!!` annotations in the source snippets as you find them.

I'd rather use meson than CMake- a bit of a better cross-compilation story IME. But adding toolchains beyond MSVC, Clang, or gcc is more difficult. So it's not unconditionally better....

Well, at least [cmake-microchip](https://github.com/Elemecca/cmake-microchip) exists if a PIC port of TinyUSB ever happens...

Vendors don't get their SVDs/register maps right. What makes you think they'll get the build system right? :D

I unfortunately do not have a STM32F4 Discovery board to test with anymore- I accidentally fried it in late 2019/early 2020 :P!

>Using a FuseSoC core inside a Migen design. I essentially still do this manually, as I can't really think of a nice way to call out to fusesoc programmatically to...

For cores w/o generators written in (n)migen, either including it as a submodule or in-line is reasonable. I wish there were hooks in fusesoc to do the following: 1. Running...

>The same, but can programmatically add generator args, which will emit the generated core in a suitable directory (perhaps requiring the user to specify the build dir root- I'm aware...