Update Verilog snippets

This commit is contained in:
Yannick Reiß 2023-08-26 08:21:47 +02:00
parent a4bd9d253b
commit 583d6f9790
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
5 changed files with 15 additions and 0 deletions

View File

@ -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

2
spell/de.utf-8.add Normal file
View File

@ -0,0 +1,2 @@
transgender
python

BIN
spell/de.utf-8.add.spl Normal file

Binary file not shown.

1
spell/en.utf-8.add Normal file
View File

@ -0,0 +1 @@
t0

BIN
spell/en.utf-8.add.spl Normal file

Binary file not shown.