diff options
| author | azidar | 2015-08-20 15:31:22 -0700 |
|---|---|---|
| committer | azidar | 2015-08-20 15:31:22 -0700 |
| commit | 169164c3ad828ccae89c43d4bdbb531f3a2e6237 (patch) | |
| tree | 4eadf26bb6c5c102633c524ab11a4ddd039e79ab /src/main/stanza/flo.stanza | |
| parent | c50afcbdd1a6a2835aaa97d28412d7b913193135 (diff) | |
Added Poison node. Includes tests. #26.
Diffstat (limited to 'src/main/stanza/flo.stanza')
| -rw-r--r-- | src/main/stanza/flo.stanza | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/stanza/flo.stanza b/src/main/stanza/flo.stanza index 16360543..b34af613 100644 --- a/src/main/stanza/flo.stanza +++ b/src/main/stanza/flo.stanza @@ -162,6 +162,7 @@ defn emit-s (s:Stmt, flokinds:HashTable<Symbol,FloKind>, top:Symbol,sh:HashTable error("Unknown Connect") match(s) : (s:DefWire) : "" + (s:DefPoison) : "" (s:DefInstance) : error("Shouldn't be here") (e:DefAccessor) : if acc-dir == READ : |
