aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gatemate/mul_map.v
Commit message (Collapse)AuthorAgeFilesLines
* synth_gatemate: Rename multiplier factor parametersPatrick Urban2021-11-131-13/+10
|
* synth_gatemate: Apply review remarksPatrick Urban2021-11-131-11/+12
| | | | | | | | * remove unused techmap models in `map_regs.v` * replace RAM initilization loops with 320-bit-writes * add script to test targets in top-level Makefile * remove `MAXWIDTH` parameter and treat both vector widths individually in `mult_map.v` * iterate over all modules in `gatemate_bramopt` pass
* synth_gatemate: Apply review remarksPatrick Urban2021-11-131-2/+2
|
* synth_gatemate: Initial implementationPatrick Urban2021-11-131-0/+79
Signed-off-by: Patrick Urban <patrick.urban@web.de>