Update Verilog snippets
This commit is contained in:
parent
a4bd9d253b
commit
583d6f9790
|
@ -42,3 +42,15 @@ endsnippet
|
||||||
snippet ,double "set bus to size of a double word" A
|
snippet ,double "set bus to size of a double word" A
|
||||||
[63:0]$0
|
[63:0]$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet begin "begin - end" iA
|
||||||
|
begin
|
||||||
|
$1
|
||||||
|
end
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet def "Definition/Constant" b
|
||||||
|
\`define ${1:NAME} ${2:VALUE}
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
transgender
|
||||||
|
python
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
t0
|
Binary file not shown.
Loading…
Reference in New Issue