mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 16:53:47 +02:00
upgrade to latest iverilog
This commit is contained in:
@@ -43,12 +43,10 @@ module top;
|
||||
`TEST(4'b1011 + 5'b01110)
|
||||
`TEST(4'b1011 - 5'b01110)
|
||||
`TEST(4'b1011 ** 5'b01110)
|
||||
`TEST(4'b1011 -> 5'b01110)
|
||||
`TEST(4'b1011 <-> 5'b01110)
|
||||
`TEST(4'b1011 ==? 5'b01110)
|
||||
`TEST(4'b1011 !=? 5'b01110)
|
||||
|
||||
// TODO: not yet supported by iverilog
|
||||
// `TEST(4'b1011 -> 5'b01110)
|
||||
|
||||
end
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user