Implementation of RISC-V instruction set extensions like M extension involves adding instruction set, decoding process, calculation process, and write-back process.
Multiplication and Division operations in Chisel can be implemented by creating independent modules for each operation and paying attention to bit width and error handling.