📄 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);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -