Skip to content

CW fp_mult not working properly #180

@Kuree

Description

@Kuree

Example:

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
image

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions