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
53 stars 30 forks source link

Create a unit test for inst32_bformat UVM object #20

Open jerralph opened 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.