mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 17:54:22 +02:00
support for empty packages (resolves #9)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
task fun;
|
||||
endtask
|
||||
function fun;
|
||||
endfunction
|
||||
package pop;
|
||||
endpackage
|
||||
module top;
|
||||
endmodule
|
||||
@@ -0,0 +1,2 @@
|
||||
module top;
|
||||
endmodule
|
||||
Reference in New Issue
Block a user