본문 바로가기

.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.


'IT' 카테고리의 다른 글

Nest Nurtures New IoT Protocol  (0) 2014.07.17
Xilinx ISE 에서 ngc 파일 사용하기  (0) 2014.07.17
VHDL literal - 표현, 선언 예  (0) 2014.07.17
Xilinx memory 초기화 파일 생성하기  (0) 2014.07.17
Nexys™3 Spartan-6 FPGA Board  (0) 2014.07.17

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.