5 # Skip the test if ../../../doc is not available.
6 if [ ! -d ..
/..
/..
/doc
]; then
7 echo "test skipped, '../../../doc' not found"
11 for d
in ..
/..
/..
/doc
/quick_start
/simulation
/*/; do
16 elab_simulate hello_world
18 analyze heartbeat.vhdl
19 elab_simulate heartbeat
--stop-time=100ns
23 elab_simulate adder_tb
27 echo "test successful"