Skip to content

Commit 85a810c

Browse files
committed
Improve verilog snippets
add $display and $strobe snippets
1 parent 1c6dacb commit 85a810c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

neosnippets/verilog.snip

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,11 @@ alias dv
148148
abbr $dumpvars(0, ...);
149149
$dumpvars(${1:0}, ${2:`expand("%:r")`});${0}
150150

151+
snippet display
152+
abbr $display("...", ...);
153+
$display("${1}", ${2});
154+
155+
snippet strobe
156+
abbr $strobe("...", ...);
157+
$strobe("${1}", ${2});
158+

0 commit comments

Comments
 (0)