使用vcs编译通过,还有一些琐细的问题要解决

This commit is contained in:
2025-09-06 20:25:56 +08:00
parent ed128f8ca3
commit 0b0a42afb0
4 changed files with 12 additions and 34 deletions

View File

@@ -12,6 +12,8 @@ SIM = ./${OUTPUT} -l run.log
testShin_vcs:
python3 ./shinTest/gen_pkt.py
mkdir -p generated/log
rm -rf generated/log/*
${VCS} -f ./shinTest_vcs.f
${SIM}
sim: