01-07-2021 02:56 AM
I have customized the adder Ip and I obtained .xci file from it on ip source tab and I have generated the output products and I have obtained several directories of simulation, instantiation template, synthesis etc.
In synthesis folder I have 10 ip files with .dcp, .vhd, .xdc extension file , out of 10 ip files I wanted which are the only essential files that are required for synthesis?
your help will be appreciated
01-11-2021 01:26 AM
Please try 'report_compile_order' command.
e.g.
report_compile_order -sources -used_in synthesis -of_objects [get_ips <ip name>]