git clone --recursive git@github.com:WAAutoMaton/ysyx.gitcdysyxexportNPC_HOME=$(pwd)/npcexportNEMU_HOME=$(pwd)/nemuexportAM_HOME=$(pwd)/abstract-machinecdnpc/NPC-Chisel make chisel 运行CPU-test cdam-kernels/tests/cpu-tests make ARCH=riscv32e-ysyxsoc BATCH_MODE=batch-on ALL=<test-name...
Contribute to OSCPU/ysyx-workbench development by creating an account on GitHub.
This branch is up to date with chengjinY/ysyx:pa3.Folders and files Latest commit Cannot retrieve latest commit at this time. History1,124 Commits abstract-machine am-kernels example-playground/example-npc-pre0 lab-DLCO/verilog nanos-lite navy-apps nemu npc .gitignore Makefile ...
LICENSE fix typo Aug 11, 2021 README copy licence and readme Aug 12, 2020 Repository files navigation README License AbstractMachine kernels CONTACTS Bug reports and suggestions go to Yanyan Jiang (jyy@nju.edu.cn) and Zihao Yu (yuzihao@ict.ac.cn). ...
git clone git@github.com:Undefined01/ysyx.gitcdysyx Set project organization and name in build.sbt The cleanup workflow will have attempted to provide sensible defaults forThisBuild / organizationandnamein thebuild.sbt. Feel free to use your text editor of choice to change them as you see fi...
return fi while [ ! -d $3 ]; do git clone -b $2 git@github.com:$1.git $3 done log="$1 `cd $3 && git log --oneline --no-abbrev-commit -n1`"$'\n' if [ $4 == "true" ] ; then rm -rf $3/.git git add -A $3 git commit -am "$1 $2 initialized"$'\n\n'"...
记录一生一芯的进度. Contribute to mingerfan/ysyx_record development by creating an account on GitHub.
Contribute to WAAutoMaton/ysyx development by creating an account on GitHub.
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
git clone --recursive git@github.com:WAAutoMaton/ysyx.git 克隆项目本项目 将fceux 的 rom 放置到 fceux-am/nes 目录下。 然后运行 cd ysyx export NPC_HOME=$(pwd)/npc export NEMU_HOME=$(pwd)/nemu export AM_HOME=$(pwd)/abstract-machine cd rt-thread-am/bsp/abstract-machine/ make init make...