Coala的“vhdllintbear”熊(http://coala.rtfd.org/)

VHDLLintBear的Python项目详细描述


检查vhdl代码是否存在常见的代码样式问题。

Rules include:

  • Signals, variables, ports, types, subtypes, etc. must be lowercase.
  • Constants and generics must be uppercase.
  • Entities, architectures and packages must be “mixedcase” (may be 100% uppercase, but not 100% lowercase).
  • Ports must be suffixed using _i, _o or _io denoting its kind.
  • Labels must be placed in a separated line. Exception: component instantiation.
  • End statements must be documented indicating what are finishing.
  • Buffer ports are forbidden.
  • VHDL constructions of the “entity xxxx is” and similars must be in one line. You can’t put “entity xxxxx” in one line and “is” in another.
  • No more than one VHDL construction is allowed in one line of code.

有关详细信息,请参见<;http://fpgalibre.sourceforge.net/ingles.html#tp46>;。 信息。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
异常如何在java中优雅地处理FileNotFoundexception   java线程卡在BlockingQueue上。无缘无故   类网格程序w/java   StrutsJava:动态应用Velocity脚本   java在运行时重写/禁用方面   java Apache POI无法正确读取Excel单元格中的秒数   具有不同用户权限的Java文件夹/文件创建   java我可以检查Firebase ValueEventListener onDataChanged是否已被调用吗?   尽管获得了用户权限,java Android开发文件权限仍被拒绝   java如何使用JPA映射map<EnumType,Double>?   java是否使用UI线程显示toast消息?   JAVAlang.IllegalArgumentException:不支持的元素:rss   java Android setRequestedOrientation活动和视图生命周期   安卓如何在Java中定义支票盒?   在Java中,对于大输入,字符串解析长期失败   使Java在XP中按计划任务运行读取env用户变量时出现问题   任务“:workflowsjava:NodeDriver”的梯度执行失败。main()   java如何检测是否只设置了部分属性?   在客户端web服务上使用JBossWS时,java无法找到/更改log4j的默认配置   java LibGDX写入文本文件并接收各种错误