本文作为SpinalHDL学习笔记第七十五篇,介绍SpinalHDL的设计错误。
目录:
6.锁存器检测(Latch detected)
7.⽆驱动检测(no driver on)
8.排除空指针(NullPointerException)
9.定义为组件输入的寄存器(Register defined as component input)
10.作⽤域违例(Scope violation)
六.锁存器检测(Latch detected)
⼀、简介
SpinalHDL会检查在综合时没有组合逻辑信号会引入锁存器。换句话说, 这是检查没有组合信号被部分赋值。
⼆、例⼦
下述代码:
class TopLevel extends Com
标签:十五篇,存器,Errors,检测,SpinalHDL,detected,Design,Latch
From: https://blog.csdn.net/m0_59092412/article/details/142870859