From 95d8b69c68a17cf3fbcfb6d9f4752c9a90e9da69 Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 28 May 2020 14:42:14 +0200 Subject: tests, cleanup, verify.py --- test_riscv.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_riscv.py (limited to 'test_riscv.py') 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 -- cgit v1.2.3