This website requires JavaScript.
Explore
Help
Sign In
brice
/
RISC-V_Verilog
Watch
1
Star
0
Fork
You've already forked RISC-V_Verilog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
67c71565c0
RISC-V_Verilog
/
sim
/
Makefile
5 lines
70 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add: Makefile
2023-10-11 08:43:36 +00:00
all
:
vsim -c -do
"do simu.do; quit -f"
debug
:
vsim -do
"do simu.do"