gasparka / pyha

Describe, simulate and debug hardware in Python
Other
9 stars 1 forks source link

Conversion: unsigned fixed point #203

Open gasparka opened 6 years ago

gasparka commented 6 years ago

Motivation for this are mainly counters e.g. counting from 0 to 8, making use of wrap around. Signed would wrap to - 8.

gasparka commented 6 years ago

Quite serious need for this now. Would be useful for positive coefficients, like used in windowing functions.

gasparka commented 6 years ago

Partially done..still feel it is quite useless, but lets see.