Skip to content

Commit

Permalink
buffered matrix mul
Browse files Browse the repository at this point in the history
yhx committed Jun 6, 2016
1 parent b3349da commit 2e800e5
Showing 10 changed files with 627 additions and 47 deletions.
3 changes: 2 additions & 1 deletion RTL/ll_ccie/afu_user_wb.v
Original file line number Diff line number Diff line change
@@ -95,7 +95,8 @@ module afu_user_wb #(ADDR_LMT = 20, MDATA = 14, CACHE_WIDTH = 512, DATA_WIDTH =
);

//matrix_multiply #(
matrix_multiply_pl #(
//matrix_multiply_pl #(
matrix_multiply_buf_pl #(
.ADDR_LMT(ADDR_LMT),
.MDATA(MDATA),
.CACHE_WIDTH(CACHE_WIDTH),
Loading
Oops, something went wrong.

0 comments on commit 2e800e5

Please sign in to comment.