SGen
SGen copied to clipboard
SGen is a generator capable of producing efficient hardware designs operating on streaming datasets. “Streaming” means that the dataset is divided into several chunks that are processed during several...
Hi there, I was running the testbench for the design of 65536-point FFT with 256 streaming width. In terms of fixed-point representation, I set 8-bit integer and 8-bit fraction. Under...
I changed the project version from 1.5.5 to 1.8.0 to get around a Java issue like this related to sbt not starting: https://github.com/sbt/sbt/issues/6925 Now the generator runs, but not if...
Waste of extra BRAM or other resources to keep feeding the core k samples every cycle if the input data rate is much slower than system clock (which dftcompact/burst is...