boarc: nsim: add source code to initialize board and start os

Signed-off-by: Jingru <jingru@synopsys.com>
This commit is contained in:
Jingru
2020-03-17 18:17:10 +08:00
parent 65f55e73e5
commit ddd2d53f06
9 changed files with 123 additions and 115 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"files.associations": {
"arc_exception.h": "c",
"arc_timer.h": "c"
}
}