summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-12-24 19:04:53 +0100
committeruvok2025-12-24 19:04:53 +0100
commit176fa71eadb39e5dd0628e012fa5f99c697e900b (patch)
treec1868ab2d391c307fd2856c77a0527992f285855
parent89b32b416d23063f42bef5418aa825893bd33b4b (diff)
add readme
-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)
+