Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

blocking and non blocking

Status
Not open for further replies.

spauls

Advanced Member level 2
Advanced Member level 2
Joined
Dec 17, 2002
Messages
524
Helped
26
Reputation
52
Reaction score
9
Trophy points
1,298
Activity points
3,354
If one logic is created using blocking statements can same logic be reproduced using non-blocking statements?
 

xuanzhu

Member level 3
Member level 3
Joined
Dec 14, 2002
Messages
64
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,288
Location
shanghai
Activity points
448
It is strongly recommended that you do not use block assignment in your design. Once you use it ,you will find that the following debug will be very time-consuming
 

aravind

Advanced Member level 1
Advanced Member level 1
Joined
Jun 29, 2004
Messages
482
Helped
45
Reputation
94
Reaction score
18
Trophy points
1,298
Location
india
Activity points
3,597
but we cant avoid always blocking statement.
blocking needed most of places in my design .
how to avoid it?
if u have any documents related to it
 

Ganesh S

Newbie level 3
Newbie level 3
Joined
Feb 3, 2006
Messages
3
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,304
You can use blocking statements for sequential assignments and non blocking for parallel assignments
 

shiv_emf

Advanced Member level 2
Advanced Member level 2
Joined
Aug 31, 2005
Messages
605
Helped
22
Reputation
44
Reaction score
6
Trophy points
1,298
Activity points
4,106
well blocking statements can b used for combinational design n non-blocking for squential design
 

asic_bh

Newbie level 5
Newbie level 5
Joined
Jul 26, 2006
Messages
8
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,318
blocking statemnest are used to model combo logic and non blocking for modelling sequential logic.

If use it wrongly synthesised logic will still be correct, but there will be mismatch between functional simulation and post synthesis simultaion.
as a general use
blocking for combo and non blocking for sequential
there us no need to mix the statments . Don't mix
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top