-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Designs to Implement #124
Comments
Crossbar networks: "Typically there is trade off between the size of hardware resources (gates, flip flops, wires) and measures of congestion, such as bisection bandwidth" |
Educational RISC-V implementation: https://github.com/BrunoLevy/learn-fpga/blob/master/FemtoRV/README.md CC @gabizon103 |
The Genesis 2 project from Stanford has a bunch of publications on generators they built: https://github.com/StanfordVLSI/Genesis2/wiki/Publications |
|
Vitis BLAS library: https://xilinx.github.io/Vitis_Libraries/blas/2022.1/index.html Probably provides a reasonable baseline for an FPGA based BLAS implementation |
Here is an ever-growing collection of designs to implement in Filament as well as interesting links worth reading.
FFT
Papers
Processors
Actionable Apps
Less Actionable
Links
The text was updated successfully, but these errors were encountered: