Skip to content

Commit

Permalink
shorten iverilog version output string
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Feb 6, 2024
1 parent 4376af7 commit 9600034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_ubuntu_20p04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
./install_dependencies.sh
- name: tool versions
run: |
iverilog -V
iverilog -V | grep -n 1
verilator --version
yosys -V
- name: pip configuration report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ubuntu_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
./install_dependencies.sh
- name: tool versions
run: |
iverilog -V
iverilog -V | grep -n 1
verilator --version
yosys -V
- name: pip configuration report
Expand Down

0 comments on commit 9600034

Please sign in to comment.