摘要: 1 #include"AbstractFile.h" void AbstractFile::add(AbstractFile*) 2 { 3 } void AbstractFile::remove() 4 { 5 } void AbstractFile::display() 6 { 7... 阅读全文
posted @ 2014-09-14 21:12 CHIPER 阅读(395) 评论(0) 推荐(0)
摘要: How to build and test a module1.test have: generate 、stimulus 、check 、respose2.only one monitor can be active at any time3.$finish VS $finish(2) $fini... 阅读全文
posted @ 2014-09-14 10:22 CHIPER 阅读(1096) 评论(0) 推荐(0)