mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-18 02:08:33 +00:00
9 lines
192 B
Bash
Executable file
9 lines
192 B
Bash
Executable file
#/bin/bash -e
|
|
source ../common-env.sh
|
|
|
|
./runone.sh svinterface1
|
|
./runone.sh svinterface_at_top
|
|
|
|
./run_simple.sh load_and_derive
|
|
./run_simple.sh resolve_types
|
|
./run_simple.sh positional_args
|