forked from FPGALover/RISCV_picorv32_fpga
FPGALover 5d939e2448 | ||
---|---|---|
.. | ||
README.txt | ||
hex2bin.js | ||
memory_tb.v | ||
uartTx_tb.v | ||
xoro_top_tb.v | ||
xoroshiro128plus_tb.v |
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