lab2全部完成

This commit is contained in:
2025-11-18 20:10:24 +08:00
parent aa1a73202c
commit 560a9add68
12 changed files with 505 additions and 225 deletions

View File

@@ -1,7 +1,13 @@
{
"permissions": {
"allow": [
"Bash(sbt \"testOnly *BusTest\")"
"Bash(sbt \"testOnly riscv.MemoryTestF\")",
"Bash(mill yatcpu.test.testOnly:*)",
"Bash(powershell.exe -Command \"sbt ''testOnly riscv.MemoryTestF''\")",
"Bash(powershell.exe -Command \"& ''C:\\Program Files (x86)\\sbt\\bin\\sbt.bat'' ''testOnly riscv.MemoryTestF''\")",
"Bash(powershell.exe -Command \"java -version\")",
"Bash(powershell.exe -Command \"$env:JAVA_HOME=''C:\\Users\\26586\\.jdks\\temurin-17.0.16''; $env:PATH=''C:\\Users\\26586\\.jdks\\temurin-17.0.16\\bin;''+$env:PATH; cd ''E:\\jizu\\2025-fall-yatcpu-repo\\lab4''; & ''C:\\Program Files (x86)\\sbt\\bin\\sbt.bat'' ''testOnly riscv.MemoryTestF''\")",
"Bash(cmd.exe /c \"set JAVA_HOME=C:\\Users\\26586\\.jdks\\temurin-17.0.16 && set PATH=C:\\Users\\26586\\.jdks\\temurin-17.0.16\\bin;%PATH% && \"\"C:\\Program Files (x86)\\sbt\\bin\\sbt.bat\"\" \"\"testOnly riscv.MemoryTestF\"\"\")"
],
"deny": [],
"ask": []