summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..63529e3
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,6 @@
+Learnings:
+
+- Anything that needs to "store" a state must be a reg?
+ => wire's can't be assigned in always blocks, yosys complains
+- regs must not lead to wires? (unsure where I read that)
+