mirror of https://github.com/zachjs/sv2v.git
bump iverilog
This commit is contained in:
parent
f68bf187af
commit
5e17ef0df3
|
|
@ -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 @@
|
||||||
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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue