fix(VectorIntAdder): add scaling_*_out to basic_out’s Mux1H (#206)
This repo includes XiangShan’s function units
make emu [EMU_TRACE=1]
./build/emu [-C MAX_CYCLES] [-O MAX_OPERATIONS] [--dump-wave] [-b begin_dump] [-e end_dump]
Others:
make clean
make clean-softfloat
make emu EMU_TRACE=1
cd scripts
python3 emu_parallel.py 10 100
python3 log_analyse.py
Unofficial read-only mirror of https://github.com/OpenXiangShan/YunSuan.git
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
YunSuan
This repo includes XiangShan’s function units
Unit-Test with Verilator
make emu [EMU_TRACE=1]./build/emu [-C MAX_CYCLES] [-O MAX_OPERATIONS] [--dump-wave] [-b begin_dump] [-e end_dump]Others:
make cleanto clean build dir.make clean-softfloatto clean softfloat compile dir.Scripts
make emu EMU_TRACE=1cd scriptspython3 emu_parallel.py 10 100python3 log_analyse.py