Added test bench for nmigen TAP with cocotb.
authorStaf Verhaegen <staf@stafverhaegen.be>
Mon, 16 Dec 2019 10:00:04 +0000 (11:00 +0100)
committerStaf Verhaegen <staf@stafverhaegen.be>
Mon, 16 Dec 2019 15:41:49 +0000 (16:41 +0100)
commit51a2c618ed83fd8c69120e885d17f2e108e44ed4
tree580215432e2cfcd4762a05c11e560426240049d2
parentc6f599cf783d050680d6f7c996269ec063f6403b
Added test bench for nmigen TAP with cocotb.

Based on vhdl controller test bench.
.gitignore
test/nmigen/cocotb/controller/.gitignore [new file with mode: 0644]
test/nmigen/cocotb/controller/Makefile [new file with mode: 0644]
test/nmigen/cocotb/controller/generate.py [new file with mode: 0755]
test/nmigen/cocotb/controller/test.py [new file with mode: 0644]