Non-working attempt to replace the playback logic with Verilog.

This commit is contained in:
David Given
2019-02-22 21:26:54 +01:00
parent 0bc9ab385b
commit 970668aca5
7 changed files with 109 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ public:
nanoseconds_t duration() const { return _duration; }
size_t bytes() const { return _bytes.size(); }
const std::vector<uint8_t> rawBytes() const { return _bytes; }
const uint8_t* ptr() const
{