1) mhs 파일에서
Set "XC7K325T_REV_1X" to "TRUE".
Set PART_REV to "325t.1".
2) 그리고 calibration 하는데 시간이 쫌 걸려요...
Do not access the AXI_7Series_DDRx peripheral via XMD until calibration has completed, due to a time-out behavior in XMD. The port init_calib_complete is available as a calibration completion signal, which is desirable to connect to a LED or a GPIO peripheral to signify to the user that XMD can now access memory.
Due to the long calibration time, it might also be desirable to minimize XMD resets during debugging. The following commands prevent XMD from performing resets during other commands (issued after the "connect mb mdm" command) :
- XMD% debugconfig -reset_on_run disable
- XMD% debugconfig -reset_on_data_dow disable
'edk > treck' 카테고리의 다른 글
treck last one for (0) | 2012.03.07 |
---|---|
12.4 이상에서 컴파일할 때 매크로 차이때문에 에러가 발생하는 것을 막은 소스코드... 내부적으로는 xil_macroback.h 파일을 필요한 곳에 추가함... (0) | 2011.11.17 |