verify.txt
来自「UltraEdit中几百种语法高亮度显示」· 文本 代码 · 共 49 行
TXT
49 行
/L20"Verilog" Line Comment = // Block Comment On = /* Block Comment Off = */ String Chars = "' File Extensions = V VT
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"<> , .?
/Function String = "%[a-zA-Z_]*)"
/Indent Strings = "begin"
/Unindent Strings = "end"
/C1
begin
case
else end endcase
for
if
join
memory
negedge
posedge
pullup pulldown
while
/C2
`define `include `timescale `ifdef `else `endif
'b 'd 'h
$display $monitor $fopen $fclose $fdisplay $dumfile $dumpvars $finish $stop $setup $hold $readmemh
deassign
endfunction endmodule endspecify endtask
fork function
initial
module
reg repeat
specify
task
wait wire
/C3
+
-
*
// /
:
=
~
%
&
>
<
^
!
|
always assign
input inout
or output
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?