Slide 90 of 97
Notes:
Looking at the linear assembly sum of products, notice that we don't specify any functional units. For instance, we do a load H but do not indicate the need for the .D unit.
No registers are specified, no A0, A1, etc., and we keep the syntax at a symbolic level. Also, there are no NOP instructions. The assembly optimizing tool is going to do this all for us. What we will find is that there won’t be any NOPs because the tools will optimize this loop so well.