You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
filecheck main: major overhaul of how __main__ works 1 year ago
__init__.py format black 2 years ago
test_float32.py Add support for floats (#22) 1 year ago
test_helpers.py format black 2 years ago
test_integers.py fix testing infra 2 years ago
test_isa.py format black 2 years ago
test_regs.py Add support for floats (#22) 1 year ago
test_tokenizer.py format black 2 years ago