qsys-generate does not create vcs simulation support directory
I have created two IP files (signaltap) for two different devices: A5EC008BM16AE6S and 10CX220YF780E5G.
If I create the simulation files for 10CX220YF780E5G using qsys-generate I get both a vcs and vcsmx directory for Synopsys, but for A5EC008BM16AE6S I only get get a vcsmx directory.
Why is this? As far as I know there's nothing in the IP file which specifies the target simulator. Why don't I get scripts for Synopsys vcs?
I have made a minimal sample consisting of the two IP files. If you copy these to /tmp and run the script qsys-generate-test.sh (or the commands therein) you will see (for Linux):
cd /tmp
bash ./qsys-generate-test.sh stp257_Agilex5_A5EC008BM16AE6S.ip 'Agilex 5' A5EC008BM16AE6S
vcsmx
rm -fr /tmp/delete-me
cd /tmp
bash ./qsys-generate-test.sh stp257_Cyclone10GX_10CX220YF780E5G.ip 'Cyclone 10 GX' 10CX220YF780E5G
vcs vcsmx
I have tested this with version 24.2.0 Build 40 06/27/2024 SC Pro Edition as well as 24.3.0 Build 212 11/18/2024 SC Pro Edition under Linux. The result is the same.
I had no such issues with Agilex 7, so to me this appear to be a problem with Cyclone 5?