diff options
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 9f4cdc8c..d8fe705f 100644 --- a/src/main/stanza/flo.stanza +++ b/src/main/stanza/flo.stanza @@ -69,6 +69,7 @@ defn prim-width (type:Type) -> Int : match(type) : (t:UIntType) : sane-width(width(t)) (t:SIntType) : sane-width(width(t)) + (t:ClockType) : 1 (t) : error("Bad prim width type") defn sizeof (in: Int) -> Int : |
