aboutsummaryrefslogtreecommitdiff
path: root/notes/notes.02.18.15.txt
diff options
context:
space:
mode:
authorazidar2015-02-18 17:20:11 -0800
committerazidar2015-02-18 17:20:11 -0800
commit50b5ce57d1b823a03725dd0aa2141f300c244bf1 (patch)
tree6fd005a2e07034ff017dfb6bada6b1eeddad2783 /notes/notes.02.18.15.txt
parentafde65773fc7b19dd99e0c65f718a96d0466541b (diff)
Added more testing infrastructre, and Makefile to build firrtl
Diffstat (limited to 'notes/notes.02.18.15.txt')
-rw-r--r--notes/notes.02.18.15.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/notes.02.18.15.txt b/notes/notes.02.18.15.txt
new file mode 100644
index 00000000..c3d0d638
--- /dev/null
+++ b/notes/notes.02.18.15.txt
@@ -0,0 +1,11 @@
+unit tests
+end-to-end
+full programs
+
+dir structure
+
+firrtl/lib
+
+llvm's lit is probably overkill, but should have execution command in code, and use llvm's FileCheck to verify correctness of test
+
+