diff options
| author | azidar | 2015-08-04 13:58:06 -0700 |
|---|---|---|
| committer | azidar | 2015-08-04 13:58:06 -0700 |
| commit | 80846abc76ff6bed9984d2ab3aaad22de665ac4f (patch) | |
| tree | 0cdc9cc55e160506d46e2dcf3368c7ee7811eb23 /src/main/stanza/flo.stanza | |
| parent | 45a54fadf735742b819590f3209224636e56c715 (diff) | |
Added verilog keywords to uniquify them
Diffstat (limited to 'src/main/stanza/flo.stanza')
| -rw-r--r-- | src/main/stanza/flo.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/flo.stanza b/src/main/stanza/flo.stanza index 812a917e..7ef942f2 100644 --- a/src/main/stanza/flo.stanza +++ b/src/main/stanza/flo.stanza @@ -198,7 +198,7 @@ defn emit-module (m:InModule,sh:HashTable<Symbol,Int>) : public defn emit-flo (with-output:(() -> False) -> False, c:Circuit) : with-output $ { - emit-module(modules(c)[0] as InModule,get-sym-hash(modules(c)[0] as InModule,v-keywords)) + emit-module(modules(c)[0] as InModule,get-sym-hash(modules(c)[0] as InModule)) false } c |
