Skip to content

Commit

Permalink
matrix multiplier pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yhx committed May 30, 2016
1 parent e16ef69 commit e7dd678
Show file tree
Hide file tree
Showing 12 changed files with 1,592 additions and 563 deletions.
6 changes: 3 additions & 3 deletions RTL/ll_ccie/afu_core.v
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ module afu_core #(MDATA = 14)
// ctrl
.start ( (tx_rd_state==TX_RD_STATE_RUN)&&
(tx_wr_state==TX_WR_STATE_RUN) ),
.done (uafu_done)
//,
//.afu_context (ctx_word)
.done (uafu_done),

.afu_context (ctx_word)
);

//-----------------------------------------------------------
Expand Down
Loading

0 comments on commit e7dd678

Please sign in to comment.