shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
assuming a proper "don't optimize" comment is given to the synthesis tool,
will the below code create a 5 stage ring oscillator ?
will the below code create a 5 stage ring oscillator ?
Code:
x <= not ( not ( not ( not ( not x ) ) ) ) ;