Skip to content

Commit 904c3cc

Browse files
authored
Merge pull request #60 from tautschnig/creationtime
Include creationtime in witness output
2 parents e7dbb20 + 6de2b13 commit 904c3cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool-wrapper.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ process_graphml()
101101
<data key=\"specification\">$(<$PROP_FILE)<\/data>
102102
<data key=\"programfile\">$(echo ${BM[0]} | sed 's8/8\\/8g')<\/data>
103103
<data key=\"programhash\">$(sha1sum ${BM[0]} | awk '{print $1}')<\/data>
104-
<data key=\"architecture\">${BIT_WIDTH}bit<\/data>\\Q/"
104+
<data key=\"architecture\">${BIT_WIDTH}bit<\/data>
105+
<data key=\"creationtime\">$(date -Iseconds)<\/data>\\Q/"
105106
fi
106107
}
107108

0 commit comments

Comments
 (0)