RISCV_picorv32_fpga/rtl/DE0-NANO/test_bench
FPGALover 5d939e2448 adding picorv32 RISCV windows and linux crosscompilation tool and makefile compatible 2023-09-17 00:23:03 -07:00
..
README.txt adding picorv32 RISCV windows and linux crosscompilation tool and makefile compatible 2023-09-17 00:23:03 -07:00
hex2bin.js adding picorv32 RISCV windows and linux crosscompilation tool and makefile compatible 2023-09-17 00:23:03 -07:00
memory_tb.v adding picorv32 RISCV windows and linux crosscompilation tool and makefile compatible 2023-09-17 00:23:03 -07:00
uartTx_tb.v adding picorv32 RISCV windows and linux crosscompilation tool and makefile compatible 2023-09-17 00:23:03 -07:00
xoro_top_tb.v adding picorv32 RISCV windows and linux crosscompilation tool and makefile compatible 2023-09-17 00:23:03 -07:00
xoroshiro128plus_tb.v adding picorv32 RISCV windows and linux crosscompilation tool and makefile compatible 2023-09-17 00:23:03 -07:00

README.txt

Build verilog version with Icarus Verilog:

    $ cd xoroshiro128plus/
    $ iverilog -o xoroshiro128plus_tb.vvp xoroshiro128plus_tb.v xoroshiro128plus.v shuff.v


and run with the vvp simulator:

    $ vvp xoroshiro128plus_tb.vvp