UNPKG
teroshdl
Version:
latest (2.0.3)
2.0.3
2.0.0
0.2.0
Backend for terosHDL IDE
teroshdl
/
test
/
documenter
/
resources
/
state_machines
/
vhdl
/
sm_1.txt
7 lines
(6 loc)
•
169 B
Plain Text
View Raw
1
2
3
4
5
6
7
ST_S1
=> ST_S2: (i_input1=
'1'
)
;
ST_S1
=> ST_S1:
;
ST_S2
=> ST_S3: (i_input1=
'0'
) and (i_input2=
'1'
)
;
ST_S2
=> ST_S3: (asdfasd)
;
ST_S2
=> ST_S2:
;
ST_S3
=> ST_S1:
;