aboutsummaryrefslogtreecommitdiff
path: root/test/passes/infer-types/primops.fir
blob: dc47d9c61eab6cdd6e99c04c10d39bed04b74450 (plain)
1
2
3
4
5
6
7
8
9
; RUN: firrtl %s abcde | tee %s.out | FileCheck %s

;CHECK: Infer Types
circuit top :
   module top :
      wire io : {input x : UInt, output y : UInt}
      wire a : UInt 
      a := io.x