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与Groovy正则表达式匹配混淆   java控制台未定义为JSNI   主目录中的java指针异常   java如何获取hashmap中的arrayList的大小   ApachePOI用于文本,Java代码中的word doc(.docx)中没有进行追加   Ruby对象到Java对象   JavaSpringJPA哈希集只返回一个值   Java在执行由配置了精确类路径参数的mavenjarpluin生成的可执行jar时无法找到依赖项   java我试图在画布上写一个文本,但什么也没发生   java HTTP 404源服务器找不到目标资源的当前表示形式,或者不愿意透露存在该表示形式。不起作用   java提取小数点后的最后一个数字   oop Java:无法访问对象的元素   PHP URL中RecyclerView中的java句柄空异常   不调用OnCreateViewHolder的java Update RecyclerView适配器项