常见问题解答

文章详情

ID: 3310
实例类型: 常见问题解答
分类: 设备编程
相关:
产品系列: MachXO2

搜索答案数据库

透明模式命令为0x74、0x80、0x00。always表达式是:always @(negedge hard_rst_n,posedge epld_clk_25m) begin if(!hard_rst_n) begin ....reg_en_watchdog < = 1 'b1;....其他的如果……在普通用户模式下,当hard_rst_n值较低时,可以获得reg_en_watchdog的初始值。但是当我们启用透明配置模式(I2C端口)时,即使使用0x26, 0x00,0x00命令退出配置模式,我们也无法获得初始化值。我已经通过映射到未使用的引脚测试了reg_en_watchdog和hard_rst_n的波形。请检查reg_en_watchdog&hard_rst.png文件。我发现hard_rst_n在lmth_lmth中绑定到GSR。mrp文件。 I set the GSR as false in strategy---map design---infer GSR and generate JED file again. We can get the initialized value of reg_en_watchdog when hard_rst_n is low both in normal user mode and transparent configuration mode. Would you please help to confirm why GSR is impacted by I2C configuration. Should it be set false for the designs using JTAG/SPI/I2C port to program CPLD?

根据TN1246, transpare mode命令将禁用GSR特性:“注意:使用Enable Configuration Interface命令启用Flash Memory (UFM/Configuration) Interface将暂时禁用设备的某些特性,包括:
  • 电源控制器
  • GSR
  • 加固用户SPI端口”

所以当您使用此命令时,GSR特性将被禁用。
像大多数网站一样,我们使用cookie和类似的技术来增强您的用户体验。我们也允许第三方在我们的网站上放置cookie。如继续使用本网站,即表示您同意使用我们所述的cookies饼干的政策