File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
vtr_flow/benchmarks/noc/Large_Designs/MLP/MLP_co_optimization/verilog Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 2) A number of MVM modules that perform matrix vector multiplication
66 on input data streams
77 3) A collector module to process the results of the MVM modules
8- 4) A numbe of NoC routers that are used to connect all the modules
8+ 4) A number of NoC routers that are used to connect all the modules
99 added above. The NoC routers are responsible for transferring data
1010 from dispatchers to MVM modules, between MVM modules and from MVM
1111 modules to the collector module.
12- 5) A number of soft logic connections between MVM modules within the same
13- layer
12+ 5) A number of soft logic connections bbetween MVM modules when passing
13+ data from one layer to another within the same layer.
1414*/
1515
1616module mlp_co_optimization (
You can’t perform that action at this time.
0 commit comments