aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/features/HasDeadCode.fir
blob: a634388fda746b4b5b6d39783f3bc974c93676f1 (plain)
1
2
3
4
5
6
7
8
; SPDX-License-Identifier: Apache-2.0
circuit HasDeadCode :
  module HasDeadCode :
    input i : UInt<1>
    output o : UInt<1>
    wire a : UInt<1>
    a <= not(i)
    o <= i