diff --git a/README.md b/README.md index 59caf7eabf2146d69a6f7f477236d80e5b3d95d6..705df1623e12c0495747573afc9430528c30225f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ Implementation of a Basic Distributed Arithmetic Architechture for MAC An Example ModelSim output for the testbench provided, which displays the inner product of `X = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16]` -`C = [ [-79 -136 312 654 -1244 -2280 4501 14655 14655 4501 -2280 -1244 654 312 -136 -79]` + +`C = [-79 -136 312 654 -1244 -2280 4501 14655 14655 4501 -2280 -1244 654 312 -136 -79]` [output](https://imgur.com/WczvADF)