synth_gatemate: Initial implementation
authorPatrick Urban <patrick.urban@web.de>
Mon, 13 Sep 2021 15:16:15 +0000 (17:16 +0200)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Sat, 13 Nov 2021 20:53:25 +0000 (21:53 +0100)
commit240d289ffff69f991e096a630028839048b6fefd
treefb79233fbfae812d9c4723b7cd50a7869e5f1850
parentb3e2001e1f094eccf925f0b9e88b3d7cae5e5cb0
synth_gatemate: Initial implementation

Signed-off-by: Patrick Urban <patrick.urban@web.de>
29 files changed:
techlibs/gatemate/Makefile.inc [new file with mode: 0644]
techlibs/gatemate/arith_map.v [new file with mode: 0644]
techlibs/gatemate/brams.txt [new file with mode: 0644]
techlibs/gatemate/brams_init_20.vh [new file with mode: 0644]
techlibs/gatemate/brams_init_40.vh [new file with mode: 0644]
techlibs/gatemate/brams_map.v [new file with mode: 0644]
techlibs/gatemate/cells_bb.v [new file with mode: 0644]
techlibs/gatemate/cells_sim.v [new file with mode: 0644]
techlibs/gatemate/gatemate_bramopt.cc [new file with mode: 0644]
techlibs/gatemate/iob_map.v [new file with mode: 0644]
techlibs/gatemate/lut_map.v [new file with mode: 0644]
techlibs/gatemate/mul_map.v [new file with mode: 0644]
techlibs/gatemate/mux_map.v [new file with mode: 0644]
techlibs/gatemate/reg_map.v [new file with mode: 0644]
techlibs/gatemate/synth_gatemate.cc [new file with mode: 0644]
tests/arch/gatemate/add_sub.ys [new file with mode: 0644]
tests/arch/gatemate/adffs.ys [new file with mode: 0644]
tests/arch/gatemate/counter.ys [new file with mode: 0644]
tests/arch/gatemate/dffs.ys [new file with mode: 0644]
tests/arch/gatemate/fsm.ys [new file with mode: 0644]
tests/arch/gatemate/latches.ys [new file with mode: 0644]
tests/arch/gatemate/logic.ys [new file with mode: 0644]
tests/arch/gatemate/memory.ys [new file with mode: 0644]
tests/arch/gatemate/mul.v [new file with mode: 0644]
tests/arch/gatemate/mul.ys [new file with mode: 0644]
tests/arch/gatemate/mux.ys [new file with mode: 0644]
tests/arch/gatemate/run-test.sh [new file with mode: 0755]
tests/arch/gatemate/shifter.ys [new file with mode: 0644]
tests/arch/gatemate/tribuf.ys [new file with mode: 0644]