Using submodule-naming-pattern[=<value>] for ip-generate with script
Hi everyone,
I have generated an altera_soft_lvds IP from the IP Catalog of Quartus Prime and I got three useful files :
- altera_soft_lvds.qip
- altera_soft_lvds.v
- altera_soft_lvds_0002.v (located in a sub_folder)
I would like to re-generate this IP with a Makefile from only the altera_soft_lvds.qip and altera_soft_lvds.v files (altera_soft_lvds_0002.v is not saved in our Git server)
I "succeed" to re-generate the IP with the following command :
ip-generate --mw-variation-file=altera_soft_lvds.v --file-set=QUARTUS_SYNTH --output-name=altera_soft_lvds
but I get only ONE .v file (altera_soft_lvds.v) instead of 2 files (altera_soft_lvds.v & altera_soft_lvds_0002.v)
Someone knows how to re-generate this IP with the same file structure ? I think this is with the --submodule-naming-pattern option but I'm not sure and I don't understand how to used it.
Thanks for your help.