riscemu/test
Anton Lydike be90879f86
Add support for floats (#22)
Adding a `Float32` datatype is necessary, since python makes no guarantees to the bitwidth of `float` (it's often a double)

Also adding the `RV32F` extension with most operations implemented, and support for floating point registers.
2023-06-06 15:08:09 +01:00
..
filecheck main: major overhaul of how __main__ works 2023-05-29 16:04:55 +01:00
__init__.py format black 2023-05-01 16:39:27 +01:00
test_float32.py Add support for floats (#22) 2023-06-06 15:08:09 +01:00
test_helpers.py format black 2023-05-01 16:39:27 +01:00
test_integers.py fix testing infra 2023-05-01 16:36:58 +01:00
test_isa.py format black 2023-05-01 16:39:27 +01:00
test_regs.py Add support for floats (#22) 2023-06-06 15:08:09 +01:00
test_tokenizer.py format black 2023-05-01 16:39:27 +01:00