Update Verilog snippets
This commit is contained in:
@@ -42,3 +42,15 @@ endsnippet
|
||||
snippet ,double "set bus to size of a double word" A
|
||||
[63:0]$0
|
||||
endsnippet
|
||||
|
||||
snippet begin "begin - end" iA
|
||||
begin
|
||||
$1
|
||||
end
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet def "Definition/Constant" b
|
||||
\`define ${1:NAME} ${2:VALUE}
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user