Skip to content

Instantly share code, notes, and snippets.

@smirnovich
Created April 2, 2023 12:50
Show Gist options
  • Save smirnovich/31d24b899d790d421ab53c4e86db68e4 to your computer and use it in GitHub Desktop.
Save smirnovich/31d24b899d790d421ab53c4e86db68e4 to your computer and use it in GitHub Desktop.
<...>
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