Example: ```Python inst = asm.fp_mul() data0 = Data(0x8001) data1 = Data(0x3f80) res, res_p, _ = pe(inst, data0, data1) if CAD_ENV: rtl_tester(inst, data0, data1, res=res) ``` Should get `0x8001`, but hardware gives `0x8000` 