diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-28 12:42:14 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-28 12:42:14 +0000 |
| commit | 95d8b69c68a17cf3fbcfb6d9f4752c9a90e9da69 (patch) | |
| tree | 2083ed2af86124e9ddbf4811a5b7650d0a43f893 /test_riscv.py | |
| parent | disassembly helper (diff) | |
| download | subv-95d8b69c68a17cf3fbcfb6d9f4752c9a90e9da69.tar.gz subv-95d8b69c68a17cf3fbcfb6d9f4752c9a90e9da69.zip | |
tests, cleanup, verify.py
Diffstat (limited to 'test_riscv.py')
| -rw-r--r-- | test_riscv.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test_riscv.py b/test_riscv.py new file mode 100644 index 0000000..b945b36 --- /dev/null +++ b/test_riscv.py @@ -0,0 +1,3 @@ +import unittest +from riscv import bit_concat, bit_slice, byteify +from riscv import format_u, format_i, format_s, format_j |
