honzastor
|
97e79b93da
|
Big code cleanup and some fixes. Hierarchical generation for popcount seems problematic. It seems bus connections are the issue.
|
2024-04-13 17:04:03 +02:00 |
|
honzastor
|
739d5fafce
|
Added documentation to Recursive multiplier and hopefully fixed some issues with popcount output generation.
|
2024-04-08 21:37:34 +02:00 |
|
honzastor
|
73101eb055
|
Type hint bugfix for pytest.
|
2024-03-27 23:10:06 +01:00 |
|
honzastor
|
d013a40145
|
Added unsigned recursive multiplier and made some bugfixes.
|
2024-03-27 23:00:13 +01:00 |
|
honzastor
|
d52e67bb25
|
Implemented new parallel prefix adders and added the possibility for better configuration of partial product accumulators (adders) used in multipliers.
|
2023-02-24 11:13:46 +01:00 |
|
Honza
|
c0dcf42499
|
Added new (approximate) multiplier architectures and did some minor changes regarding sign extension for c output formats.
|
2022-04-17 13:04:17 +02:00 |
|
Honza
|
9e186d10ed
|
Typos fix and code cleanup.
|
2022-02-18 17:24:09 +01:00 |
|
Honza
|
18b44226d8
|
Small bugfixes and removal of redundant code.
|
2022-01-07 20:36:51 +01:00 |
|
Honza
|
d9b56e8a00
|
Fixed generation of unsigned variants of BAM and TM multipliers. Signed versions don't guarantee correct funcionality atm.
|
2022-01-06 19:23:56 +01:00 |
|
Honza
|
9aa0fb1858
|
Added broken array multiplier and truncated multiplier implementations. Tried testing them, but seems buggy. Needs further work.
|
2022-01-06 06:39:58 +01:00 |
|
Honza
|
f830029c54
|
Added truncated multiplier circuit implementation. Needs testing.
|
2022-01-04 03:13:21 +01:00 |
|