ucb-bar / gemmini-rocc-tests

Fork of seldridge/rocket-rocc-examples with tests for a systolic array based matmul accelerator
Other
52 stars 40 forks source link

Add the static keyword to functions in gemmini.h #44

Closed rogerhh closed 1 year ago

rogerhh commented 1 year ago

There are some functions in gemmini.h that are not static, which causes multiple definition errors when included from multiple source files.