搜索社区

显示标签“ JSTK”的结果。

  • 通过标签搜索

    逗号分隔的类型标签。
  • 作者搜索

内容类型


论坛

  • 消息
    • 新用户简介
    • 公告
  • Digilent技术论坛
    • FPGA
    • 测试和测量
    • Measurement Computing (MCC)
    • 附加板
    • Digilent微控制器板
    • 非数字微控制器
    • LabVIEW
    • FRC
    • 其他
  • 一般讨论;一般交流
    • 项目保险库
    • Suggestions & Feedback
    • 购买,出售,交易
    • 销售问题
    • Off Topic
    • 教育工作者
    • 基于技术的非主题讨论
    • 存档

在...中找到结果

找到包含...的结果


创建日期

  • 开始

    结尾


最后的Updated

  • 开始

    结尾


按...过滤

Joined

  • 开始

    结尾


团体


目标


MSN


网址


ICQ


雅虎


贾伯


Skype


Location


利益

找到1个结果

  1. 你好!我对所有这些都是新手。我正在创建一个涉及JSTK2 PMOD的项目,现在我想在勤奋的GitHub上的示例代码单独测试PMOD,然后再将其集成到我的系统。但是,我被困在生成bitstream上。我已经在KYPD PMOD的另一个RTL项目中成功地完成了这项工作,没有问题。我将分享我的块设计的屏幕截图。我正在使用Zybo Z7-10,并且正在使用Vivado 2021.1。我使用此链接来帮助我开始我的IP:https://www.knowreader.com/reference/lealen/lealen/programmable-logic/tutorials/pmod-ips/start,就像我提到的那样,它适用于KYPD PMOD。让我知道是否需要其他任何东西来帮助调试。以下是错误消息:[DRC NSTD-1]未指定的I/O标准:138个逻辑端口中的4个使用I/O标准(Iostandard)值'默认值',而不是用户分配的特定值。 This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all I/O standards. This design will fail to generate a bitstream unless all logical ports have a user specified I/O standard value defined. To allow bitstream creation with unspecified I/O standard values (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks NSTD-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: Pmod_out_0_pin10_io, Pmod_out_0_pin7_io, Pmod_out_0_pin8_io, and Pmod_out_0_pin9_io. [DRC UCIO-1] Unconstrained Logical Port: 4 out of 138 logical ports have no user assigned specific location constraint (LOC). This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a user specified site LOC constraint defined. To allow bitstream creation with unspecified pin locations (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks UCIO-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: Pmod_out_0_pin10_io, Pmod_out_0_pin7_io, Pmod_out_0_pin8_io, and Pmod_out_0_pin9_io. My assumption is that my constraints aren't defined properly but I am not sure where to go from there. Any advice/help would be greatly appreciated. Thank you!