aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/dynamic_bitarray.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use NEXTPNR_NAMESPACE macro's now that headers are seperated.Keith Rothman2021-03-151-6/+7
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Fix compiler warnings in testsgatecat2021-02-251-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Add some tests around resizing and bits_per_value.Keith Rothman2021-02-241-0/+4
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add DynamicBitarray unit tests.Keith Rothman2021-02-231-0/+96
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>