Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gatemate: Add LUT tree library script | gatecat | 2022-06-27 | 1 | -6/+26 |
| | | | | | Co-authored-by: Claire Xenia Wolf <claire@clairexen.net> Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | gatemate: Use `memory_libmap` pass. | Marcelina KoĆcielnicka | 2022-05-18 | 1 | -6/+1 |
| | |||||
* | synth_gatemate: Remove iob_map invokation | Patrick Urban | 2021-11-13 | 1 | -1/+0 |
| | |||||
* | synth_gatemate: Remove obsolete iob_map | Patrick Urban | 2021-11-13 | 1 | -2/+2 |
| | |||||
* | synth_gatemate: Update pass | Patrick Urban | 2021-11-13 | 1 | -65/+25 |
| | | | | | | * remove `write_edif` and `write_blif` options * remove redundant `abc` call before muxcover * update style | ||||
* | synth_gatemate: Remove gatemate_bramopt pass | Patrick Urban | 2021-11-13 | 1 | -1/+0 |
| | |||||
* | synth_gatemate: Registers are uninitialized | Patrick Urban | 2021-11-13 | 1 | -1/+1 |
| | |||||
* | synth_gatemate: Apply review remarks | Patrick Urban | 2021-11-13 | 1 | -1/+1 |
| | | | | | | | | * 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 remarks | Patrick Urban | 2021-11-13 | 1 | -7/+4 |
| | |||||
* | synth_gatemate: Initial implementation | Patrick Urban | 2021-11-13 | 1 | -0/+396 |
Signed-off-by: Patrick Urban <patrick.urban@web.de> |