Xilinx NGC netlist file 읽기

.ngc 파일에서 vhdl, verilog top 파일 만들기


ISE를 쓰는 경우, ngc파일을 가지고 있어 사용하는 경우 top파일이 필요하기도 하다.

간단하게 ngc에서 top 파일 만드는 방법

http://www.fpgadeveloper.com/2011/08/how-to-read-an-ngc-netlist-file.html


  1. To convert the netlist into VHDL type “netgen -ofmt vhdl filename.ngc“. Netgen will create a filename.vhd file.
  2. To convert the netlist into Verilog type “netgen -ofmt verilog filename.ngc“. Netgen will create a filename.v file.