aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gatemate/reg_map.v
Commit message (Collapse)AuthorAgeFilesLines
* synth_gatemate: Remove unsupported FF initializationPatrick Urban2021-11-131-2/+0
|
* synth_gatemate: Apply review remarksPatrick Urban2021-11-131-61/+0
| | | | | | | | * 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: Initial implementationPatrick Urban2021-11-131-0/+108
Signed-off-by: Patrick Urban <patrick.urban@web.de>