Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 362 Bytes

matmul.cpp

  • Function definitions for matrix multiplication, activiation layers, and combined neural network.

matmul.hpp

  • Header file with function, neural network weight, and constant declarations.

matmul_tb.cpp

  • Testbench used in HLS to verify program behavior with C-synthesis.