tokwatbaboy
Newbie level 6
- Joined
- Sep 5, 2011
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Singapore
- Activity points
- 1,353
Not a RTL coder but I need to understand this piece of code:
finalGater = scanEn ? testModeEn: ~scanEn ? funcMode : 1'hx;
what does it means? any sample code/syntax I can use as reference?
thanks!
finalGater = scanEn ? testModeEn: ~scanEn ? funcMode : 1'hx;
what does it means? any sample code/syntax I can use as reference?
thanks!