fix repeated character in RE, fix changed syntax in verilog example
This commit is contained in:
parent
9a03923b4e
commit
d95eb0f871
|
|
@ -130,7 +130,7 @@ const char *expandlabel(const char *s, int *m)
|
||||||
%x rest
|
%x rest
|
||||||
|
|
||||||
|
|
||||||
ID [-#+_\\/=a-zA-Z0-9]*[-#@+/_\\/=a-zA-Z]+[-#@+_\\/=a-zA-Z0-9]*
|
ID [-#+_\\/=a-zA-Z0-9]*[-#@+_\\/=a-zA-Z]+[-#@+_\\/=a-zA-Z0-9]*
|
||||||
ID_NUM [-#+_\\/=a-zA-Z0-9]+
|
ID_NUM [-#+_\\/=a-zA-Z0-9]+
|
||||||
|
|
||||||
ID_EXT ([-~#+/=_a-zA-Z][-~#@\\/:.=_+a-zA-Z0-9]*)|([-~#+/.=_a-zA-Z][-~#@\\/:=_+a-zA-Z0-9]*)
|
ID_EXT ([-~#+/=_a-zA-Z][-~#@\\/:.=_+a-zA-Z0-9]*)|([-~#+/.=_a-zA-Z][-~#@\\/:=_+a-zA-Z0-9]*)
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ end process;}
|
||||||
K {}
|
K {}
|
||||||
V {initial begin
|
V {initial begin
|
||||||
$dumpfile("dumpfile.vcd");
|
$dumpfile("dumpfile.vcd");
|
||||||
$dumpvars;
|
$dumpvars(0, greycnt);
|
||||||
A=0;
|
A=0;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue