From bf7431432b9d36064249bf20eb437e33ae9d6773 Mon Sep 17 00:00:00 2001 From: jf3g19 <jf3g19@soton.ac.uk> Date: Sun, 29 Nov 2020 22:12:19 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 705df16..9ee0830 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Implementation of a Basic Distributed Arithmetic Architechture for MAC The generate multiplication coefficients can be stored as an unpacked array of packed values and should be connected directly to the `multiplication_coefficients` input port. +- One should provide to the `in` port, an unpacked array of size `N`, with each value being a packed array of size `BW`. + **Example** An Example ModelSim output for the testbench provided, which displays the inner product of -- GitLab