Skip to content

Commit 50c019a

Browse files
committed
Try to fix GitHub action
1 parent bbdd068 commit 50c019a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
distribution: 'temurin'
2121
- name: Setup sbt
2222
uses: sbt/setup-sbt@v1
23+
- name: apt update
24+
run: sudo apt update
2325
- name: Setup Verilator
2426
run: sudo apt-get install verilator
2527
- name: Setup z3

chisel-book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6468,7 +6468,7 @@ \subsection{Simulator Backends}
64686468
simulator command that starts the backend. This is done by using \code{VerilatorFlags}
64696469
to add switches to the Verilator simulation command, or \code{VerilatorCFlags} to add
64706470
switches to GCC. They should be in the list of annotations along with the backend
6471-
annotation. You need to refer to the tool's user manual to find a detailed list of command line arguments.
6471+
annotation. You need to refer to the tool's user manual to find a detailed list of command-line arguments.
64726472
Note that \code{VerilatorFlags} and \code{VerilatorCFlags} annotations are advanced features
64736473
that should generally not be needed. Furthermore, the flags are not guaranteed to remain stable.
64746474

0 commit comments

Comments
 (0)