Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin56348 committed Nov 7, 2024
1 parent 9e47f05 commit b90dce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/module/synthesis_and_assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

编写Verilog有两条众所周知的准则:

+ 在组合逻辑块中使用非阻塞赋值
+ 在时序逻辑块中使用阻塞赋值
+ 在组合逻辑块中使用阻塞赋值
+ 在时序逻辑块中使用非阻塞赋值

虽然不按照上述方法编写Verilog依然可以生成 **正确的** 电路,但 **可能** 会导致仿真与综合结果 **不一致**

Expand Down

0 comments on commit b90dce6

Please sign in to comment.