mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 08:45:29 +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,8 @@
|
||||
module Module(input clock, input clear, input data);
|
||||
wire x, y;
|
||||
assign y = data;
|
||||
assign x = y;
|
||||
task hello;
|
||||
$display("Hello!");
|
||||
endtask
|
||||
endmodule
|
||||
Reference in New Issue
Block a user