This website requires JavaScript.
Explore
Help
Sign In
zcy
/
tinyriscv
Watch
1
Star
0
Fork
You've already forked tinyriscv
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f7231a2f15
tinyriscv
/
tests
/
random_instruction
/
README.md
269 B
Raw
Blame
History
Unescape
Escape
使用方法
1.生成随机指令程序
$make gen NUM=2
在当前目录下生成测试程序
,
其中NUM参数表示要生成多少个测试程序(.S文件)。
2.编译程序
$make
编译当前目录下所有.S文件。