diff options
| author | azidar | 2015-03-24 10:50:07 -0700 |
|---|---|---|
| committer | azidar | 2015-03-24 10:50:07 -0700 |
| commit | 2d718382dd138bc28074f54b353fc120a40da8a0 (patch) | |
| tree | 4b16260ea56de57d80cb885e52dc22c73e90624f /src/main/stanza/passes.stanza | |
| parent | 8d43a884af141651eefdb049b52ab4fd3356763b (diff) | |
Fixed minor bugs, but looks like there is a stanza bug. This blows. And sucks.
Diffstat (limited to 'src/main/stanza/passes.stanza')
| -rw-r--r-- | src/main/stanza/passes.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/passes.stanza b/src/main/stanza/passes.stanza index ad165353..324630f0 100644 --- a/src/main/stanza/passes.stanza +++ b/src/main/stanza/passes.stanza @@ -869,7 +869,7 @@ defn lower-module (m:Module,table:HashTable<Symbol,List<KeyValue<Expression,Flip (s:DefWire) : table[name(s)] = get-entries(name(s),type(s)) (s:DefRegister) : table[name(s)] = get-entries(name(s),type(s)) - table[to-symbol("~.init" % to-string(name(s)))] = get-entries(to-symbol("~#init" % to-string(name(s))),type(s)) ; TODO, we are keeping WRegInits around + table[to-symbol("~.init" % [to-string(name(s))])] = get-entries(to-symbol("~#init" % [to-string(name(s))]),type(s)) ; TODO, we are keeping WRegInits around (s:DefInstance) : val r = WRef(name(s),type(module(s)),InstanceKind(),FEMALE) val ports = table[name(module(s) as WRef)] |
