Skip to content

Commit 3197811

Browse files
committed
fix verilator variable
1 parent a70b2b9 commit 3197811

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/run_verilator_sim.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@
1111
# specific language governing permissions and limitations under the License.
1212
#
1313
# Authors:
14-
# - Andreas Kurth <akurth@iis.ee.ethz.ch>
15-
# - Fabian Schuiki <fschuiki@iis.ee.ethz.ch>
16-
# - Wolfgang Roenninger <wroennin@iis.ee.ethz.ch>
1714
# - Michael Rogenmoser <michaero@iis.ee.ethz.ch>
1815

1916
set -euo pipefail
2017
ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
2118

22-
[ ! -z "$VERILATOR" ] || VERILATOR="verilator"
19+
VERILATOR="${VERILATOR:-verilator}"
2320

2421
SEEDS=(0)
2522

0 commit comments

Comments
 (0)