Lampro-Mellon / LM-RISCV-DV

An Open-Source Design and Verification Environment for RISC-V
Apache License 2.0
75 stars 26 forks source link

Added updated lm_run.py with updated changes for pyflow, modified rtl… #94

Closed amnafayyaz28 closed 3 years ago

amnafayyaz28 commented 3 years ago

Modified lm_run.py adding pyflow as a simulator. Also modified simulation.yaml, makefile, riscv_instr_base_test.py in pygen and rtl_simulation.yaml accordingly. Added riscv_floating_point_arithmetic_test in testlist as pyflow generates this. Pyflow generates only two tests from the testlist named : riscv_arithmetic_basic_test and riscv_floating_point_arithmetic_test as for now pyflow only supports these.