bwintermann
bwintermann
I actually faced the same issue today when trying to build the ResNet50 from the examples repository, so the clipping issue is still there and has to be worked around...
Did you set `split_large_fifos` to true before or after running into the error? If before, then this would mean that the SplitLargeFIFOs() transform fails, since it's supposed to break up...
@maires1306 Additionally I am curious for the last point you raised about the build time. I am currently working on an older version of FINN also on the resnet50_w1a2, with...
If I remember correctly, this error was encountered before, and it had to do with Verilator requiring too much memory or requiring too many / fast file accesses (right, @LinusJungemann...
What we meant was that you would basically move the FINN folder and everything else (your model and build scripts for example) to RAM, using it as you would use...
I actually just ran into an issue when executing the whole build flow, getting an OSError on imports from other modules. Currently looking into it.
Fixed the bug, which was apparently caused by the multithreaded IPGen step, for which every thread reloaded the module and tried to access the same library. It is now protected...
This could be. I will look into it and try to only split the SDPs where the boundary crossing would not reach the 4096 bit width. Although I would still...
I indeed ran into the same issue and opened the PR mentioned by @fpjentzsch because of it. Did you measure how much faster this is than the previous approach? I...