Merge pull request #548 from BooneJS/master
systemverilog: bug in class's ending scope
This commit is contained in:
commit
5b375bb5ea
@ -81,7 +81,7 @@ snippet mod
|
||||
endmodule : $1
|
||||
# Class
|
||||
snippet cl
|
||||
class ${1:module_name};
|
||||
class ${1:class_name};
|
||||
// data or class properties
|
||||
${0}
|
||||
|
||||
@ -89,7 +89,7 @@ snippet cl
|
||||
function new();
|
||||
endfunction : new
|
||||
|
||||
endmodule : $1
|
||||
endclass : $1
|
||||
# Typedef structure
|
||||
snippet types
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user