Refactored BitVector and added test cases
authorChristian Femers <femers@in.tum.de>
Mon, 26 Aug 2019 00:47:50 +0000 (02:47 +0200)
committerChristian Femers <femers@in.tum.de>
Mon, 26 Aug 2019 00:47:50 +0000 (02:47 +0200)
commitadd92039f433cd315f2087da9c1a0de899927d96
tree07f35e7c137e957adb972f4ecccc44a708f56f8d
parentfe49b5d42af2f3cf8d2ca8e7d9a7b3fc0ac8c34d
Refactored BitVector and added test cases

The is duplication of methods that were developed independently. This
will be resolved in a future commit.
net.mograsim.logic.core/src/net/mograsim/logic/core/types/BitVector.java
net.mograsim.logic.core/test/net/mograsim/logic/core/types/BitVectorTest.java [new file with mode: 0644]