사용법을 다룬 블로그 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..