case class add() extends Component { val io = new Bundle { val a = in UInt (8 bits) val b = in UInt (8 bits) val c = out UInt (8 bits) } noIoPrefix() io.c := io.a ...
Please replace ${\color{green}-- todo}$ with ${\color{blue}-- completed}$ once done. For each question in the exercise, please either display the output generated by running the program, or the answer ...