Skip to content

Commit

Permalink
Merge pull request #10 from mrvkino/patch-1
Browse files Browse the repository at this point in the history
Change: fix always_ff snippet containing extra "}"

Very good you're using them, PR merged. πŸ‘ 
Will publish on VS shortly.
  • Loading branch information
eirikpre authored Mar 19, 2018
2 parents dc481bc + e86f702 commit fd180c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/systemverilog.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prefix": "always_ff",
"description": "Snippet for an always_comb block",
"body": [
"always_ff @(posedge ${1:ck}, posedge ${2:arst})} begin",
"always_ff @(posedge ${1:ck}, posedge ${2:arst}) begin",
"\t$0",
"end"
]
Expand Down

0 comments on commit fd180c0

Please sign in to comment.