MEGA65 / mega65-core

MEGA65 FPGA core
Other
245 stars 88 forks source link

Fix round-off error in hardware division #812

Closed MJoergen closed 3 months ago

MJoergen commented 4 months ago

This fixes issue #786

The problem was lack of precision in the intermediate calculations. This fix increases the used number of DSPs from 12 to 32.