1 parent a49e5f1 commit a95c7baCopy full SHA for a95c7ba
1 file changed
README.md
@@ -1,8 +1,9 @@
1
# Edge AI RTL Lab
2
3
-A small, reproducible hardware-design project that connects quantized AI
4
-inference arithmetic with an RTL verification workflow. The core computes a
5
-signed int8 vector dot product using one multiply-accumulate lane, then clamps
+I built Edge AI RTL Lab as a small, reproducible hardware-design project that
+connects quantized AI inference arithmetic with an RTL verification workflow.
+The core computes a signed int8 vector dot product using one multiply-accumulate
6
+lane, then clamps
7
the exact internal sum to a signed output width.
8
9
The project is intentionally scoped as a learning and portfolio artifact: it
0 commit comments