** Write the MCU super-loop version (state-machine with fixed heartbeat) of the following code:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
**Then, Consider above question. Replace: AA() with aa = bb + cc; BB() with bb = aa * cc; CC() with cc = bb - aa; and write the corresponding Verilog RTL.