Skip to content

Commit 5111a4b

Browse files
committed
Update test
1 parent 01b819e commit 5111a4b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

llvm

Submodule llvm updated 4985 files

test/Conversion/FSMToSV/single_state.mlir

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
// RUN: circt-opt -convert-fsm-to-sv -lower-seq-to-sv -export-verilog %s -o /dev/null | FileCheck %s
1+
// RUN: circt-opt -convert-fsm-to-sv %s | FileCheck %s
22

3-
// Smoke test to verify single state lowering to verilog is supported.
4-
// CHECK: module top
3+
// CHECK: case A:
4+
// CHECK-NEXT: sv.bpassign
5+
// CHECK-SAME: !hw.typealias<@fsm_enum_typedecls::@FSM_state_t, !hw.enum<A>>
56

67
fsm.machine @FSM(%arg0: i1, %arg1: i1) -> (i8) attributes {initialState = "A"} {
78
%c_0 = hw.constant 0 : i8

0 commit comments

Comments
 (0)