Created
April 2, 2023 12:50
-
-
Save smirnovich/31d24b899d790d421ab53c4e86db68e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<...> | |
type t_my_type is (idle, green, yellow, blue); | |
signal fsm_lights : t_my_type :=idle; | |
<...> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment