Skip to content

Commit 30c4588

Browse files
committed
Improving commenting for co-optimization verilog source file and indicating difference to the general mlp verilog source file
1 parent 05c85a8 commit 30c4588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vtr_flow/benchmarks/noc/Large_Designs/MLP/MLP_co_optimization/verilog/mlp_co_optimization.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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

1616
module mlp_co_optimization (

0 commit comments

Comments
 (0)