当前位置:网站首页>FPGA blocking assignment and non blocking assignment
FPGA blocking assignment and non blocking assignment
2022-07-03 14:24:00 【eachanm】
Block assignment : It was used = Number
Nonblocking assignment : It was used <= Number
Assume initialization is a = 1, b = 2
Block assignment :
// initialization a = 1, b = 2
[email protected](posedge clk)
begin
b = a;
c = b;
end
// After operation c = b = 1Nonblocking assignment :
// initialization a = 1, b = 2
[email protected](posedge clk)
begin
b <= a;
c <= b;
end
// After operation b = 1, c = 2
Suggest :
stay assign of use = Number
stay always of use <= Number
边栏推荐
- Although not necessarily the best, it must be the hardest!
- Doris学习笔记之数据表的创建
- NPM install is stuck with various strange errors of node NPY
- protobuf与grpc
- Accelerating strategy learning using parallel differentiable simulation
- Solve the problem of dormitory router campus network sharing login
- Exercise 10-1 judge the three digits that meet the conditions
- 7-7 12-24 hour system
- DDK for XP
- 中国PETG市场预测及战略研究报告(2022版)
猜你喜欢

7-18 finding the single root of polynomial by dichotomy

concat和concat_ws()区别及group_concat()和repeat()函数的使用

Jiuyi cloud black free encryption free version source code

如何查询淘宝天猫的宝贝类目

天图投资冲刺港股:资产管理规模249亿 投了小红书与奈雪

JS matrix zero

7-8 overspeed judgment

allegro,orcad, net alias,port,off-page connector之间的异同点和如何选取

JS first summary

Solution to failure or slow downloading of electron when electron uses electron builder to package
随机推荐
7-8 overspeed judgment
Polestar美股上市:5.5万台交付如何支持得起超200亿美元估值
数学常数表 by q779
protobuf与grpc
Doris学习笔记之数据表的创建
洛谷P3065 [USACO12DEC]First! G 题解
7-22 tortoise and rabbit race (result oriented)
7-24 reduction of the simplest fraction (rolling Division)
JVM垃圾回收机
MySQL multi table query subquery
js . Find the first palindrome string in the array
7-15 calculation of PI
Bibit pharmaceutical rushed to the scientific innovation board: annual revenue of 970000, loss of 137million, proposed to raise 2billion
Toast UI editor (editor allows you to edit your markup document using text or WYSIWYG, with syntax highlighting, scrolling synchronization, real-time preview and chart functions.)
Print. JS -- web page file printing
Common commands for getting started with mongodb database
一文了解微分段应用场景与实现机制
Mongodb index
JVM garbage collector
Tailing rushes to the scientific and Technological Innovation Board: it plans to raise 1.3 billion, and Xiaomi Changjiang is the shareholder