Jan 12, 2009 #1 P pd_engineer Newbie level 5 Joined May 21, 2008 Messages 10 Helped 2 Reputation 4 Reaction score 2 Trophy points 1,283 Activity points 1,341 Hi, What is the problem with having combinational loops in our design. why do we break it while doing synthesis. Thanks
Hi, What is the problem with having combinational loops in our design. why do we break it while doing synthesis. Thanks
Jan 12, 2009 #2 S santhosh007 Full Member level 2 Joined Aug 27, 2008 Messages 126 Helped 30 Reputation 60 Reaction score 4 Trophy points 1,298 Location Bangalore Activity points 1,911 what is combinational loop pd_engineer said: Hi, What is the problem with having combinational loops in our design. why do we break it while doing synthesis. Thanks Click to expand... During the test mode, you cant determine the value of the combinational loop, it will be like a indefintie. So you need to break the combinational loop with simple or Gate with test mode signal to end the indefinite loop function.
what is combinational loop pd_engineer said: Hi, What is the problem with having combinational loops in our design. why do we break it while doing synthesis. Thanks Click to expand... During the test mode, you cant determine the value of the combinational loop, it will be like a indefintie. So you need to break the combinational loop with simple or Gate with test mode signal to end the indefinite loop function.