Add some tests
authorPepijn de Vos <pepijndevos@gmail.com>
Mon, 21 Oct 2019 14:25:15 +0000 (16:25 +0200)
committerPepijn de Vos <pepijndevos@gmail.com>
Mon, 21 Oct 2019 14:25:15 +0000 (16:25 +0200)
commit83fbfe0964dc7315ca6d508e6069507250d9f093
treec64a7a245bf239abbbab15fb63fb7225dadad931
parent03457ee13e36574add688a9c2c5c0641a4d6df05
Add some tests

Copied from Efinix.

* fsm is broken
* latch and tribuf are not implemented yet
* memory maps to dram
tests/arch/gowin/.gitignore [new file with mode: 0644]
tests/arch/gowin/add_sub.ys [new file with mode: 0644]
tests/arch/gowin/adffs.ys [new file with mode: 0644]
tests/arch/gowin/counter.ys [new file with mode: 0644]
tests/arch/gowin/dffs.ys [new file with mode: 0644]
tests/arch/gowin/logic.ys [new file with mode: 0644]
tests/arch/gowin/memory.ys [new file with mode: 0644]
tests/arch/gowin/mux.ys [new file with mode: 0644]
tests/arch/gowin/run-test.sh [new file with mode: 0755]
tests/arch/gowin/shifter.ys [new file with mode: 0644]