mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-26 12:12:29 +00:00
Initial LUT rotation logic.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
@@ -70,6 +70,8 @@ template <typename Storage = std::vector<uint8_t>> class DynamicBitarray
|
||||
|
||||
size_t size() const { return storage.size() * bits_per_value(); }
|
||||
|
||||
void clear() { return storage.clear(); }
|
||||
|
||||
private:
|
||||
Storage storage;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user