Commit 53fa152f by Zachary Snow

upgrade to latest iverilog

parent ccc6f174
...@@ -41,7 +41,7 @@ jobs: ...@@ -41,7 +41,7 @@ jobs:
- macOS-10.15 - macOS-10.15
needs: build needs: build
env: env:
IVERILOG_REF: 066eb0aca76f5bde06c63d67e605c07ef9f8be23 IVERILOG_REF: 96a1cbf7b2866c41ba8fcdcc0f76f22590d08030
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install Dependencies (macOS) - name: Install Dependencies (macOS)
......
...@@ -43,12 +43,10 @@ module top; ...@@ -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)
`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 end
endmodule endmodule
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment