remove bitmanip fu cuz ternlogi (the only instruction implemented so far) is in shift...
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 2 Dec 2021 03:03:26 +0000 (19:03 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 2 Dec 2021 03:03:26 +0000 (19:03 -0800)
commit90d7a04852226410674e100f178489a60f38108f
tree35091a2457468d14c3f0173f67c8ea8ce25c0fb3
parent880bf8469c65dbb96c9853b32618d07a0c742cf0
remove bitmanip fu cuz ternlogi (the only instruction implemented so far) is in shiftrot instead
src/soc/fu/bitmanip/__init__.py [deleted file]
src/soc/fu/bitmanip/input_record.py [deleted file]
src/soc/fu/bitmanip/input_stage.py [deleted file]
src/soc/fu/bitmanip/main_stage.py [deleted file]
src/soc/fu/bitmanip/output_stage.py [deleted file]
src/soc/fu/bitmanip/pipe_data.py [deleted file]
src/soc/fu/bitmanip/pipeline.py [deleted file]
src/soc/fu/bitmanip/test/__init__.py [deleted file]
src/soc/fu/bitmanip/test/test_pipe_caller.py [deleted file]