test_actor: add unittests for SimActor
authorRobert Jordens <jordens@gmail.com>
Fri, 20 Mar 2015 21:10:41 +0000 (15:10 -0600)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sat, 21 Mar 2015 09:02:10 +0000 (10:02 +0100)
commit14b1da401838c0992913c88b0bbc3bbb38507626
tree1c1aa24b5f14c0e803efd12714e2e86457e88cbd
parent5f045b7649bd897284b8259b024781f2fc3ed324
test_actor: add unittests for SimActor

* also implicitly tests for the access of signals during simulation that are
not referenced in any statements

* before, if the busy signal is never used, it is stripped
  and could not be accessed in simulation
migen/test/test_actor.py [new file with mode: 0644]