diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-11-12 16:31:42 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-11-12 16:31:42 +0100 |
commit | 4b9292fd45778680447400983bd94041a5a2ea4a (patch) | |
tree | ca215521c521bb5ca5033b1d1a235ccf0170ccce | |
parent | b6b536727b7e3cb0dc0463ab6a4bdec757ff466b (diff) | |
download | SystDigit-Projet-4b9292fd45778680447400983bd94041a5a2ea4a.tar.gz SystDigit-Projet-4b9292fd45778680447400983bd94041a5a2ea4a.zip |
Updated README file.
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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) |