summaryrefslogtreecommitdiff
path: root/src/runtime/c/teyjus/tables/README
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2017-04-12 10:31:01 +0000
committerkrasimir <krasimir@chalmers.se>2017-04-12 10:31:01 +0000
commit456f0a5733a3b688ebd3f5b3db35f60400ca7abe (patch)
tree7b6a931a099ffe31402bc59690263bf34374e4c3 /src/runtime/c/teyjus/tables/README
parenta8eaa2f2e560547e63c7976960435e1ae23a22b1 (diff)
remove the teyjus and utils folders
Diffstat (limited to 'src/runtime/c/teyjus/tables/README')
-rw-r--r--src/runtime/c/teyjus/tables/README27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/runtime/c/teyjus/tables/README b/src/runtime/c/teyjus/tables/README
deleted file mode 100644
index 00c92caa2..000000000
--- a/src/runtime/c/teyjus/tables/README
+++ /dev/null
@@ -1,27 +0,0 @@
- TABLES
- ======
-The files in source/tables define the pervasive tables and instruction
-format tables.
-
-pervasives:
-
- pervasives.h{c}
- ===============
- Defines the pervasive tables for pervasive kinds, type skeletons
- and constants. Note these files are automatically generated.
-
- pervinit.h{c}
- =============
- Defines the initialization functions for pervasive tables: such functions
- are necessary because the pervasive names in the system run-time have
- special encoding in the simulator (source/simulator/mcstring.h{c}) for
- garbage collection as opposed to simply C strings. These names have to
- be laid out on the system memory upon system initialization.
-
- instructions.h{c}
- =================
- Defines instruction formats and instruction opcodes.
- Note these files are automatically generated.
-
-
- \ No newline at end of file