?? test1.cpp
字號:
/************************************************************************
* file name: Test1.cpp
* description: a test file of SystemC.
* modification history
* --------------------
* 2003-5-2 14:21:37, created by zhuwei
*/
/* includes----------------------------------------------------------- */
//#include <iostream.h>
#include <stdio.h>
#include "systemc.h"
#include "Test1.h"
/* defines------------------------------------------------------------ */
/* typedefs----------------------------------------------------------- */
/* externs------------------------------------------------------------ */
/* globals------------------------------------------------------------ */
/* forward declarations----------------------------------------------- */
/************************************************************************
* function: sc_main()
* purpose: main function.
*
*/
int sc_main(int argc,char **argv)
{
printf("SystemC Hello World!\n");
sc_start();
return (0);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -