mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Attempt to translate the sequencer into Verilog and have it handle long
intervals properly.
This commit is contained in:
@@ -17,6 +17,8 @@ public:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Fluxmap& appendInterval(uint32_t ticks);
|
||||
|
||||
Fluxmap& appendBytes(const std::vector<uint8_t>& bytes);
|
||||
Fluxmap& appendBytes(const uint8_t* ptr, size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user