Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- With the Xilinx tools I was able to run the XST synthesis tool on a set of source files and have it output/generate a single netlist representing that code (e.g. my_module_A.edf). --- Quote End --- Well, I think Altera has an similar process for generating post-synthesis EDIF netlists (the way Xilinx does it), it's just probably an extra step that you have to do manually. I remember being able to generate EDIF or VHDL/Verilog structural post-synthesis netlists using something called NativeLink. It's usually used for interoperability between Quartus and 3rd-party tools, such as generating a simulation netlist for ModelSim for example. But I guess you can use it for your own purpose (sub-compilations) as well. Regards, Daniel