General Description: When translating an EDIF netlist from Syonpsys Design Compiler, NGDBuild can give the following error:
"A port list construct was found in .... in EDIF file, this is not supported. Try enabling bus expansion"
Solution
Make sure that the following parameter is set in your .synopsys_setup file:
edifout_no_array = true
This is set in the templates provided in $XILINX/synopsys/examples: template.synopsys_dc.setup_dc for Design Compiler and XC4000/Spartan series devices template.synopsys_dc.setup_virtex for Design or FPGA Compiler and Virtex series devices.