Skip to content

Commit

Permalink
Add signal declaration to snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 authored Mar 3, 2024
2 parents 4f13dea + 4430602 commit 9207427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snippets/vhdl.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,11 @@
],
"description": "record declaration"
},
"Signal": {
"prefix": "signal",
"body": [ "signal $1 : $2 ${3|;,:= ;|}" ],
"description": "signal declaration"
},
"Signed": {
"prefix": "sign",
"body": [ "signed($1 ${2|downto,to|} $3)${4| := (others => '0');,;|}$0" ],
Expand Down

0 comments on commit 9207427

Please sign in to comment.