-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vhdl: add snippets for conditional assignments, signals, variables, f…
…unctions, procedures, etc. (#492) * vhdl.json: more descriptive prefixes for generate snippets * vhdl.json: add signal declaration snippets * vhdl.json: add variable and constant snippets * vhdl.json: add function snippet * vhdl.json: fix missing comma in function snippet * vhdl.json: add procedure snippet * vhdl.json: remove variable section from function and procedure * vhdl.json: add with select assignment snippet * vhdl.json: add when-else assignment snippet * vhdl.json: add missing semicolon to when-else snippet * vhdl.json: remove semicolon from type snippets without initialiser Semicolon is not needed in these snippets because they are already contained in the signal, variable and constant snippets. Type snippets with initialiser are also not needed any more because initialiser is also contained in the other snippets. They can be deprecated in the future. * vhdl.json: remove duplicated zeroes snippets * vhdl.json: add snippet for when alternatives in case statements
- Loading branch information
Showing
1 changed file
with
82 additions
and
17 deletions.
There are no files selected for viewing
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