We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70b2b9 commit 3197811Copy full SHA for 3197811
scripts/run_verilator_sim.sh
@@ -11,15 +11,12 @@
11
# specific language governing permissions and limitations under the License.
12
#
13
# 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>
17
# - Michael Rogenmoser <michaero@iis.ee.ethz.ch>
18
19
set -euo pipefail
20
ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
21
22
-[ ! -z "$VERILATOR" ] || VERILATOR="verilator"
+VERILATOR="${VERILATOR:-verilator}"
23
24
SEEDS=(0)
25
0 commit comments