[情報] PA2 bug fixes

作者: littleshamoo (About)   2012-10-23 19:57:03
大家好 PA2 有兩個 bug 列在下面
修正都有 e-mail 給大家了
1) compress.sh - did not compress pkg/pa2/src
Date: 22-Oct-2012
Original: rm -f submit.tgz
tar zcvf submit.tgz pkg/core/src pkg/pa1/src report/ README
Fixed: rm -f submit.tgz
tar zcvf submit.tgz pkg/core/src pkg/pa2/src report/ README
2) atpg_cmd.cpp - wrong pin printed
Date: 23-Oct-2012
Original: 793 else {
794 ModInst *inst = f->getGate()->getOcc()->getModInst();
795 cout << inst->getName() << "/";
796 if (f->getLine() == 0)
797 ...
798 else {
799 ...
800 }
801 }
Fixed: 793 else {
794 ModInst *inst = f->getGate()->getOcc()->getModInst();
795 cout << inst->getName() << "/";
796 cout << inst->getModule()->getModTerm(f->getLine())...
797 }

Links booklink

Contact Us: admin [ a t ] ucptt.com