bump iverilog

This commit is contained in:
Zachary Snow 2022-04-11 18:04:57 -06:00
parent f68bf187af
commit 5e17ef0df3
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
- macOS-10.15
needs: build
env:
IVERILOG_REF: 96a1cbf7b2866c41ba8fcdcc0f76f22590d08030
IVERILOG_REF: 7c5694e5163e905b7ba85096ae67e5f28862db48
steps:
- uses: actions/checkout@v1
- name: Install Dependencies (macOS)

View File

@ -2,9 +2,9 @@
module top;
`TEST_ALL(reg, logic)
`TEST_ALL(wire, wire)
`TEST_ALL(wire logic, wire_logic)
`TEST_ALL(wire, wire_logic)
`TEST_ALL(wand, wand)
`TEST_ALL(wand logic, wand_logic)
`TEST_ALL(wand, wand_logic)
`TEST_ALL(reg, var)
`TEST_ALL(reg, var_logic)
`TEST_ALL(reg, reg)