Presentable program

This commit is contained in:
2023-10-05 15:43:55 +02:00
parent 799b79a899
commit 8d340be824
10 changed files with 815 additions and 5 deletions

View File

@@ -95,7 +95,6 @@ static char* intoVHDL (char* tokens) {
}
/* This is the closing term. */
binary[pos++] = '(';
binary[pos++] = 'o';
binary[pos++] = 't';
binary[pos++] = 'h';
@@ -104,10 +103,11 @@ static char* intoVHDL (char* tokens) {
binary[pos++] = 's';
binary[pos++] = '=';
binary[pos++] = '>';
binary[pos++] = '\'';
binary[pos++] = '"';
binary[pos++] = '0';
binary[pos++] = '\'';
binary[pos++] = ')';
binary[pos++] = '0';
binary[pos++] = '0';
binary[pos++] = '"';
/* Close initial memory. */
binary[pos++] = ')';