summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2013-11-12 16:31:42 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2013-11-12 16:31:42 +0100
commit4b9292fd45778680447400983bd94041a5a2ea4a (patch)
treeca215521c521bb5ca5033b1d1a235ccf0170ccce /README
parentb6b536727b7e3cb0dc0463ab6a4bdec757ff466b (diff)
downloadSystDigit-Projet-4b9292fd45778680447400983bd94041a5a2ea4a.tar.gz
SystDigit-Projet-4b9292fd45778680447400983bd94041a5a2ea4a.zip
Updated README file.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 47f8935..e982ffd 100644
--- a/README
+++ b/README
@@ -141,10 +141,11 @@ with the syntax $<var_id>
This syntax is formalized by the reference implementation provided in the source
file csim/load.h.
-TODO : to simplify the internals, create an intermediate format where <arg> can
-be nothing but a reference to another variable. All constants will then have to
-be assigned to a constant-type variable that can be counted among the inputs (or
-whatever - anyway, no need to recalculate them at every iteration).
+To simplify the internals, we have created an intermediate format where <arg>
+can be nothing but a reference to another variable. All constants will then have
+to be assigned to a constant-type variable that can be counted among the inputs
+(or whatever - anyway, no need to recalculate them at every iteration). This new
+file format is the one described in the next section.
The dumbed-down netlist format (NEW FORMAT)