From 4b9292fd45778680447400983bd94041a5a2ea4a Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 12 Nov 2013 16:31:42 +0100 Subject: Updated README file. --- README | 9 +++++---- 1 file 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 $ 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 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 +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) -- cgit v1.2.3