sun_ray
Advanced Member level 3
- Joined
- Oct 3, 2011
- Messages
- 772
- Helped
- 5
- Reputation
- 10
- Reaction score
- 5
- Trophy points
- 1,298
- Activity points
- 6,828
I have a signal with 10 bit width. I want to assign do an operation while this 10 bit signal changes. Can anybody please let me know the synthesizable construct to indicate that whenver this signal 9:0 width changes , an operation can be done?
Let the signal name be is high_volt[9:0]. Whenever high_volt changes I need to do an addition of two other signals named low_volt and medium_volt.
Will @high_volt work? If you please write the complete construct to add low_volt and medium_volt.
Let the signal name be is high_volt[9:0]. Whenever high_volt changes I need to do an addition of two other signals named low_volt and medium_volt.
Will @high_volt work? If you please write the complete construct to add low_volt and medium_volt.