mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-03 08:33:46 +02:00
additional codegen test coverage
- assertions, gen case, and inout - simplify block codegen - remove blank lines in tasks with no inputs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module top;
|
||||
task t;
|
||||
input x;
|
||||
begin : y
|
||||
reg z;
|
||||
end
|
||||
endtask
|
||||
initial t(0);
|
||||
endmodule
|
||||
Reference in New Issue
Block a user