issues
search
MH-Flight-Simulator-X
/
FPGA-src
The source files for the FPGA system, written in SystemVerilog
GNU Lesser General Public License v2.1
2
stars
0
forks
source link
Fixed-point matrix matrix multiplication
#3
Closed
MortenSorensenNOR
closed
3 weeks ago
MortenSorensenNOR
commented
1 month ago
Write a matrix matrix multiply unit.
The module should:
Support multiplication of 4x4 matrices.
Support configurable datawidth and fixed-point format.
Utilize as little DSP slices as possible.
Utilize a ready/valid handshake for ease of integration.
Write a matrix matrix multiply unit.
The module should: