diff --git a/index.html b/index.html index 3e7b0e9..35b2ca6 100644 --- a/index.html +++ b/index.html @@ -129,9 +129,7 @@
#define CSR_VERSION_MAJOR_ADDR 0xe0007000
+#define CSR_VERSION_MINOR_ADDR 0xe0007004
+#define CSR_VERSION_REVISION_ADDR 0xe0007008
+ >>> import machine
+>>> machine.mem32[0xe0007000]
+1
+>>>
+
+ From riscv-blink
directory in teardown2019-workshop
+