blob: e67deebf48482d00c0c6bfc3d69d144587cd4cca (
plain)
1
2
3
4
5
6
7
8
9
10
|
; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s
; XFAIL: *
circuit top :
module top :
input clk : Clock
input reset : UInt<1>
wire x : UInt<1>
; CHECK: Done!
|