This repo tests several primitive operations referenced in chapter 7 of firrtl spec. Most notably, unsigned-int and signed-int are templated by bit width and bit value.
Test the repo by running test.py:
$ python -m unittest -v test_uint.py
$ python -m unittest -v test_uint.py