> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.65 #1-NixOS SMP PREEMPT_DYNAMIC Sun Dec 3 06:32:13 UTC 2023 x86_64 GNU/Linux 21:56:45 up 0:54, 2 users, load average: 0.66, 0.55, 0.53
This commit is contained in:
parent
4821733dbc
commit
aca54dbeeb
4 changed files with 0 additions and 28 deletions
12
npc/.gitignore
vendored
12
npc/.gitignore
vendored
|
@ -1,12 +0,0 @@
|
|||
*.*
|
||||
*
|
||||
!*/
|
||||
!Makefile
|
||||
!*.mk
|
||||
!*.[cSh]
|
||||
!*.v
|
||||
!*.cc
|
||||
!*.cpp
|
||||
!.gitignore
|
||||
!README.md
|
||||
build/
|
|
@ -1,8 +0,0 @@
|
|||
all:
|
||||
@echo "Write this Makefile by your self."
|
||||
|
||||
sim:
|
||||
$(call git_commit, "sim RTL") # DO NOT REMOVE THIS LINE!!!
|
||||
@echo "Write this Makefile by your self."
|
||||
|
||||
include ../Makefile
|
|
@ -1,6 +0,0 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello, ysyx!\n");
|
||||
return 0;
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
module example();
|
||||
endmodule
|
Loading…
Reference in a new issue