전체 글 466

Verilog simulation

사용법을 다룬 블로그 http://donny.co.kr/wp/?p=181 linux - http://singerhwang.tistory.com/category/Verilog windows - http://bleyer.org/icarus/ 환경 변수 -> 시스템 변수 편집에서 PATH 에 아래 경로 추가 C:\iverilog\bin C:\iverilog\gtkwave\bin 화면에서 확인 > iverilog ledblink.v > vvp a.out 여러개 할 경우 > iverilog -o test tb_aes.v aes.v aes_core.v aes_decipher_block.v aes_encipher_block.v aes_inv_sbox.v aes_sbox.v aes_key_mem.v > vvp test..

알테라에서 IP추가후 에러가 발생하는 문제

알테라에서 IP추가후 에러가 발생하는 문제 (Error (12006): Node instance "추가한 아이피 이름" instantiates undefined entity "new_component". Ensure that required library paths are specified correctly, define the specified entity, or change the instantiation. If this entity represents Intel FPGA or third-party IP, generate the synthesis files for the IP. ) Component Editor -> Synthesis Files에서 추가한 *.vhd의 Analyze Synthesis ..