Alan Green
Alan Green
I have merged #251 but the underlying issues remain.
@kgugala Could you please take a look at this? There are probably no easy fixes, but anything to speed up builds or make them more likely to succeed would be...
See also https://github.com/google/CFU-Playground/issues/281
I have verified that the above Cfu works as expected when the default VexRiscV CPU is used.
I believe it did meet timing, yes. On Sun, Dec 12, 2021 at 3:26 PM TCal ***@***.***> wrote: > Hi @alanvgreen , did it meet timing? > > — >...
Ran again - confirmed it meets timing (102.87 MHz). Still producing incorrect output - see uart output below. ``` Hello, World! CFU Playground ============== 1: TfLM Models menu 2: Functional...
Hi @bala122, Did you follow this part of the instructions? > After creating your model folder, make it accessible from the menus by adding it to > [/common/src/models.c](https://github.com/google/CFU-Playground/blob/main/common/src/models/models.c?rgh-link-date=2021-08-12T14%3A05%3A52Z). If that's...
Thanks for uploading your code. I only had time to take a quick look, but I can't see an obvious problem with it. > make[1]: riscv64-unknown-elf-g++: Command not found Make...
Hi @piotr-binkowski Thanks for trying this out! I'd rather not make this change for all accelerators, as I'm not sure about the implications across the board, and the rewards are...
It's good to know that this approach works, but let's hold off on introducing specific hacks until the code is more settled. I think LoadInput() may be deleted soon.