aboutsummaryrefslogtreecommitdiffstats
path: root/tests/arch/gatemate
Commit message (Collapse)AuthorAgeFilesLines
* Testing TDP synth mappingKrystalDelusion2023-02-211-0/+8
| | | | | New common sync_ram_tdp. Used in ecp5 and gatemate mem*.ys.
* gatemate: Add test for LUT tree mappinggatecat2022-06-273-0/+813
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Add gitignore for gatemateMiodrag Milanovic2021-12-031-0/+4
|
* synth_gatemate: Update passPatrick Urban2021-11-131-4/+8
| | | | | | * remove `write_edif` and `write_blif` options * remove redundant `abc` call before muxcover * update style
* synth_gatemate: Apply new test practice with assert-maxPatrick Urban2021-11-137-12/+12
|
* synth_gatemate: Fix fsm testPatrick Urban2021-11-131-2/+2
|
* Allow initial blocks to be disabled during testsPatrick Urban2021-11-133-3/+3
| | | | Wrap initial blocks with a NO_INIT so that tests for archs without register initialization feature don't fail.
* synth_gatemate: Initial implementationPatrick Urban2021-11-1314-0/+337
Signed-off-by: Patrick Urban <patrick.urban@web.de>