File: verilog.ssh

package info (click to toggle)
a2ps 1%3A4.14-1.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,324 kB
  • sloc: ansic: 26,966; sh: 11,844; lex: 2,286; perl: 1,156; yacc: 757; makefile: 609; lisp: 398; ada: 263; objc: 189; f90: 109; ml: 85; sql: 74; pascal: 57; modula3: 33; haskell: 32; sed: 30; java: 29; python: 24
file content (62 lines) | stat: -rw-r--r-- 1,922 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
style VERILOG is

written by "Edward Arthur <eda@ultranet.com>"
version is 1.0
requires a2ps version 4.9.7

documentation is
  "This style is devoted to the VERILOG hardware description language."
end documentation

alphabets are
   "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_`\'$0"
case sensitive


keywords in Keyword_strong are

   always, and, assign, begin, buf, bufif0, bufif1, "case", casex,
   casez, cmos, deassign, default, defparam, disable, edge, else,
   "end", endcase, endmodule, endfunction, endprimitive, endspecify,
   endtable, endtask, event, for, force, forever, fork, function,
   highz0, highz1, if, initial, inout, input, integer, join, large,
   macromodule, medium, module, nand, negedge, nmos, nor, not, notif0,
   notif1, or, output, parameter, pmos, posedge, primitive, pull0,
   pull1, pullup, pulldown, rcmos, reg, release, repeat, rnmos, rpmos,
   rtran, rtranif0, rtranif1, scalared, small, specify, specparam,
   strength, strong0, strong1, supply0, supply1, table, task, time,
   tran, tranif0, tranif1, tri, tri0, tri1, triand, trior, trireg,
   vectored, wait, wand, weak0, weak1, while, wire, wor, xnor, xor

end keywords

keywords in Keyword are

   `accelerate, `autoexpand_vectornets, `celldefine, `default_nettype,
   `define, `else, `endcelldefine, `endif, `endprotect, `endprotected,
   `expand_vectornets, `ifdef, `include, `noaccelerate,
   `noexpand_vectornets, `noremove_gatenames, `noremove_netnames,
   `nounconnected_drive, `protect, `protected, `remove_gatenames,
   `remove_netnames, `resetall, `timescale, `unconnected_drive,
   `uselib

end keywords
optional keywords are
   not \not,
   or \vee,
   and \wedge,
   implies \Rightarrow
end keywords

sequences are
    "//" Comment,
    "/*" Comment Comment "*/" Comment,
    C-string,
    "$\\" Keyword Keyword 
	closers are
	  /[ ;(]/ Plain,
	  /$/ Plain,
	  "	" Plain
	end closers
end sequences
end style