diff options
Diffstat (limited to 'test/errors')
| -rw-r--r-- | test/errors/high-form/Flip-Mem.fir | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/errors/high-form/Flip-Mem.fir b/test/errors/high-form/Flip-Mem.fir index 38935b57..ebc3ddbf 100644 --- a/test/errors/high-form/Flip-Mem.fir +++ b/test/errors/high-form/Flip-Mem.fir @@ -5,5 +5,9 @@ circuit Flip-Mem : module Flip-Mem : input clk : Clock - cmem mc : {x : UInt<3>, flip y : UInt<5>}[10], clk - smem ms : {x : UInt<3>, flip y : UInt<5>}[10], clk + mem mc : + depth => 10 + data-type => {x : UInt<3>, flip y : UInt<5>} + write-latency => 1 + read-latency => 0 + ;smem ms : {x : UInt<3>, flip y : UInt<5>}[10], clk |
