修改时间 06-24-2020 10:41 AM
我用的芯片型号为: XC7Z020 CLG484ABX1929 D5958922A 在选速度等级的时候该选哪一等?
DDR3型号为:MT41K256M16TW-107 IT-P 我在vivado里没找到相应的型号。
在建立项目的时候速度等级选的2, DDR3选的是里面和他最像的哪一种,但是SDK下载的时候无法连接到板子,该如何选择正确的型号呢?
修改时间 06-30-2020 10:35 AM
修改时间 06-24-2020 03:45 PM
Hi @zengqiang
你给出的数据里并没有体现出速度等级,可以看一下丝印上有没有二维码,如果有的话,需要扫描二维码获取速度等级信息。
如果没有二维码,芯片上应该标注有类似1C,2C之类的字眼,这里的数字就是速度等级。
DDR3型号如果没有的话,可以custom,然后根据你用的颗粒手册填写Memory Part Congiration下的参数。
另外,Training/Board Details下的DQS to Clock Delay和Board Delay也要根据你的PCB实际布线信息填写。
修改时间 06-30-2020 09:00 AM
使用Vivado hardware manager连接板卡后,下载bit文件,出现下面的报警
WARNING: [Labtools 27-3361] The debug hub core was not detected.
Resolution:
1. Make sure the clock connected to the debug hub (dbg_hub) core is a free running clock and is active.
2. Make sure the BSCAN_SWITCH_USER_MASK device property in Vivado Hardware Manager reflects the user scan chain setting in the design and refresh the device. To determine the user scan chain setting in the design, open the implemented design and use 'get_property C_USER_SCAN_CHAIN [get_debug_cores dbg_hub]'.
For more details on setting the scan chain property, consult the Vivado Debug and Programming User Guide (UG908).
修改时间 06-30-2020 10:35 AM