Zelalem | eb9c1bb | 2020-08-04 12:40:46 -0500 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_Herculesx4" | ||||
4 | |||||
5 | # Option not supported on Hercules FVP yet. | ||||
6 | export no_quantum="" | ||||
7 | |||||
8 | source "$ci_root/model/fvp_common.sh" |