support newer iverilog versions

- Add script to drop parameters from VCDs.
- Bump the version of iverilog used in CI. I couldn't use anything never
  than eab37efb due a pending iverilog issue.
- Standardize around Python 3 in test cases.
This commit is contained in:
Zachary Snow
2023-05-29 19:05:33 -04:00
parent 03610606aa
commit e1948689dd
5 changed files with 63 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- macOS-11
needs: build
env:
IVERILOG_REF: 7c5694e5163e905b7ba85096ae67e5f28862db48
IVERILOG_REF: eab37efb561259df7e27aa26f080a7b0f2ca48a1
steps:
- uses: actions/checkout@v1
- name: Install Dependencies (macOS)