summaryrefslogtreecommitdiff
path: root/sim/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sim/README.md')
-rw-r--r--sim/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/README.md b/sim/README.md
new file mode 100644
index 0000000..45fc547
--- /dev/null
+++ b/sim/README.md
@@ -0,0 +1,8 @@
+# Instruction-Set Simulator
+
+Functional (and optionally cycle-approximate) simulator for Fyntv.
+
+- Reads ELF binaries
+- Executes instructions via decode-dispatch loop
+- Provides GDB remote debugging stub
+- Tracks instruction counts, cycle estimates