Skip to content

Commit

Permalink
Update vhdl.json
Browse files Browse the repository at this point in the history
fix snippets
  • Loading branch information
sandervanthul authored Sep 16, 2024
1 parent 9f97a55 commit fc926bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/vhdl.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"component ${1:$TM_FILENAME_BASE} is",
"\tport (",
"\t\t${2:clk : in std_logic;}",
"\t\t${3:reset : in std_logic;}",
"\t\t${3:reset : in std_logic}",
"\t\t$0",
"\t);",
"end component;"
Expand Down Expand Up @@ -210,7 +210,7 @@
"entity ${1:$TM_FILENAME_BASE} is",
"\tport (",
"\t\t${2:clk : in std_logic;}",
"\t\t${3:reset : in std_logic;}",
"\t\t${3:reset : in std_logic}",
"\t\t$0",
"\t);",
"end entity;"
Expand All @@ -223,7 +223,7 @@
"entity ${1:$TM_FILENAME_BASE} is",
"\tport (",
"\t\t${2:clk : in std_logic;}",
"\t\t${3:reset : in std_logic;}",
"\t\t${3:reset : in std_logic}",
"\t\t$0",
"\t);",
"end entity $1;",
Expand Down

0 comments on commit fc926bc

Please sign in to comment.