mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-02 23:48:53 +02:00
5 lines
150 B
Bash
Executable File
5 lines
150 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
source ../gen-tests-makefile.sh
|
|
generate_mk --yosys-scripts --tcl-scripts --bash --yosys-args "-e 'select out of bounds'"
|