Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before; ``` File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/i2cslave/build/lib/python3.4/site-packages/migen-0.2-py3 .4.egg/migen/fhdl/structure.py", line 110, in __getitem__ raise TypeError TypeError ``` After; ``` File "/usr/local/google/home/tansell/foss/timvideos/hdmi2usb/i2cslave/build/lib/python3.4/site-packages/migen-0.2-py3.4.egg/migen/fhdl/structure.py", line 110, in __getitem__ raise TypeError("Can use type %s (%r) as key" % (type(key), key)) TypeError: Can use type <class 'migen.fhdl.structure.Signal'> (<Signal dbits at 0x7fd7836a2a90>) as key ```
3fca6c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But has it really? Looks like the string is wrong.
3fca6c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks