aboutsummaryrefslogtreecommitdiff
path: root/test/syntax/letrec-non-struct.fir
blob: 37fb21236a58819d4859640747f9d82ae8cc9b97 (plain)
1
2
3
4
5
6
7
8
9
; RUN: firrtl %s | tee %s.out | FileCheck %s
circuit top:
   module top:
      input x : UInt(16)
      output y : UInt(16)
      letrec:
         reg r : UInt(10)
      in:
         r := UInt(11)