upgrade to latest iverilog

This commit is contained in:
Zachary Snow
2022-02-15 19:14:55 +01:00
parent ccc6f174af
commit 53fa152fc4
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -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