Commit 5e17ef0d by Zachary Snow

bump iverilog

parent f68bf187
...@@ -41,7 +41,7 @@ jobs: ...@@ -41,7 +41,7 @@ jobs:
- macOS-10.15 - macOS-10.15
needs: build needs: build
env: env:
IVERILOG_REF: 96a1cbf7b2866c41ba8fcdcc0f76f22590d08030 IVERILOG_REF: 7c5694e5163e905b7ba85096ae67e5f28862db48
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install Dependencies (macOS) - name: Install Dependencies (macOS)
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
module top; module top;
`TEST_ALL(reg, logic) `TEST_ALL(reg, logic)
`TEST_ALL(wire, wire) `TEST_ALL(wire, wire)
`TEST_ALL(wire logic, wire_logic) `TEST_ALL(wire, wire_logic)
`TEST_ALL(wand, wand) `TEST_ALL(wand, wand)
`TEST_ALL(wand logic, wand_logic) `TEST_ALL(wand, wand_logic)
`TEST_ALL(reg, var) `TEST_ALL(reg, var)
`TEST_ALL(reg, var_logic) `TEST_ALL(reg, var_logic)
`TEST_ALL(reg, reg) `TEST_ALL(reg, reg)
......
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