Complete the design of the datapath elements supporting 7 RV64I instructions: ld, sd, add, sub, or, and, beq`
- imem.sv (Instruction Memory)
- regfile.sv (Register File)
- alu.sv (Arithmetic Logic Unit)
- dmem.sv (Data Memory)
Making testbench codes for the above designs


