mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Non-working attempt to replace the playback logic with Verilog.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user