当前位置:网站首页>Chapter 6 data flow modeling - after class exercises
Chapter 6 data flow modeling - after class exercises
2022-07-05 05:24:00 【Jiangnan small workshop】
After-school exercises
Verilog describe
// Subtracter module module sub( output D, output B, input x,y,z ); // Output D Logical expression assign D = (~x && ~y && ~z) || (~x && y && ~z) || (x && ~y && ~z) || (x && y && z); // Output B Logical expression assign B = (~x && y) || (~x && z) || (y && z); endmodule
Simulation
The simulation result is much worse than the actual , Some netizens can help to see what's wrong with the code , I haven't found it for a day .
边栏推荐
- The next key of win generates the timestamp file of the current day
- 2022上半年全国教师资格证下
- lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: meta line 6 and head, line 8, column 8
- PMP candidates, please check the precautions for PMP examination in July
- Acwing 4301. Truncated sequence
- Solon Logging 插件的添加器级别控制和日志器的级别控制
- Web APIs DOM节点
- Bucket sort
- Improvement of pointnet++
- Use of snippets in vscode (code template)
猜你喜欢
Talking about JVM (frequent interview)
Embedded database development programming (zero)
Learning notes of "hands on learning in depth"
Ue4/ue5 illusory engine, material part (III), material optimization at different distances
服务熔断 Hystrix
The present is a gift from heaven -- a film review of the journey of the soul
Applet Live + e - commerce, si vous voulez être un nouveau e - commerce de détail, utilisez - le!
lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: meta line 6 and head, line 8, column 8
Bucket sort
小程序直播+電商,想做新零售電商就用它吧!
随机推荐
Yolov5 ajouter un mécanisme d'attention
Use of room database
[binary search] 69 Square root of X
Applet live + e-commerce, if you want to be a new retail e-commerce, use it!
kubeadm系列-00-overview
Web APIs DOM node
SDEI初探-透过事务看本质
利用HashMap实现简单缓存
A three-dimensional button
Warning using room database: schema export directory is not provided to the annotation processor so we cannot export
Web APIs DOM节点
Gbase database helps the development of digital finance in the Bay Area
[to be continued] [depth first search] 547 Number of provinces
Stm32cubemx (8): RTC and RTC wake-up interrupt
Acwing 4300. Two operations
win下一键生成当日的时间戳文件
Reflection summary of Haut OJ freshmen on Wednesday
kubeadm系列-01-preflight究竟有多少check
[es practice] use the native realm security mode on es
Bucket sort