add PacketBuffer, simplify architecture and reduce ressource usage
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 21 Jan 2015 22:11:38 +0000 (23:11 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 21 Jan 2015 23:13:19 +0000 (00:13 +0100)
commitff0c8e3d2231ca79a18f6dcd8e5612fd35a374a8
tree1a4b5bc62e5a6a4a0cda31b5d0ac36d69b84e9a0
parentebf1faed5bbe7782b7d04a018c8235c8d28e34e7
add PacketBuffer, simplify architecture and reduce ressource usage
litesata/__init__.py
litesata/common.py
litesata/core/__init__.py
litesata/core/command/__init__.py
litesata/core/link/__init__.py
litesata/frontend/bist.py
litesata/test/command_tb.py
litesata/test/link_tb.py
targets/bist.py
test/test_link.py