📄 stim.cpp
字号:
//BEGIN stim.cpp (systemc)//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//See stim.h for more information//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#include "stim.h"void stim::stim_thread(void) { wait(2,SC_NS); // Get off zero for (unsigned i=0; i!=5; i++) { cout << "INFO: " << name() << " Sending event at " << sc_time_stamp() << endl; irq_op->notify(SC_ZERO_TIME); wait(5,SC_NS); }//endfor}//end stim::stim_thread//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//END $Id: stim.cpp,v 1.1 2004/02/13 05:21:42 dcblack Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -