jerralph / riscv-vip

For pre-silicon developers of RISC-V systems, riscv-vip is a SystemVerilog project that helps with pre-si verification and debug
Apache License 2.0
54 stars 30 forks source link

Create a unit test for inst32_iformat UVM object #18

Closed jerralph closed 5 years ago

jerralph commented 5 years ago

The existing instruction_unittest.sv has testing for many different things including decoder.svh, and all the classes that were originally in instruction.svh and are now in the UVM classes for inst32, inst32format, where = i,s,r,b,u,j. These classes, now in their own files, should have their own unit test file.

jerralph commented 5 years ago

Completed locally, yet to push

jerralph commented 5 years ago

Pushed and working as of 996fc746a7b95a319c89c086786543f570146c1f . Closing ticket