高级数字电路与FPGA验证,第一次课印象最深的知识点是什么?
Compare behavior level, The structural level of abstraction contains more design detail, which helps the simulator to simulate the design more quickly.
What port type can you directly declare to be a reg data type?
input
output
inout
Parameter
Which operators always produce fully known results?
==
===
!=
!==
本次课程推荐的数字电路设计 "要义"是什么?
能够全遍历描述你设计的电路interface的Port 和 Timing
能够预测描述的电路综合后的“样子”
能够清楚描述电路的Block Diagram
能用逻辑思维去思考每一个语法和电路行为