에러 유형

FATAL_ERROR:Simulator:Fuse.cpp:500:1.133 - Failed to compile generated C file isim/amber-test.exe.sim/work/m_00000000002304470439_2872374404.c   For technical support on this issue, please visit http://www.xilinx.com/support.

FATAL_ERROR:Simulator:Fuse.cpp:500:1.133 - Failed to compile generated C file isim/amber-test.exe.sim/work/m_00000000002304470439_2872374404.c   For technical support on this issue, please visit http://www.xilinx.com/support.


이 때는 fuse에 -v 1 옵션을 추가해서 내부를 봐야된다.


그러면, 


grep -rn 'fuse' ./


명령으로 fuse를 찾고 거기에 

-v

옵션을 추가해줘야된다.


나의 경우에는 /amber/trunk/hw/isim 폴더 내부에

run.sh 

파일이 있는데 거기서 239번째 줄에


fuse tb -o amber-test.exe -prj amber-isim.prj \

이렇게 있는 것에 

fuse tb -v 1 -o amber-test.exe -prj amber-isim.prj \

이렇게

옵션을 추가해줬다.

그러면 이제 fuse 명령 실행 중에 뭐가 문제인지가 좀더 자세하게 나오게 된다.



그리고 문제가 나왔는데 다음과 같았다.


+ Recent posts