fork download
  1. #ifndef _DEBAYER_TB_
  2. #define _DEBAYER_TB_
  3.  
  4. #include "systemc.h"
  5. #include <ctime>
  6. #include <ostream>
  7.  
  8.  
  9.  
  10. SC_MODULE(debayer_tb){
  11.  
  12. sc_in<bool> clk;
  13. sc_in<bool> rst;
  14. sc_out<output> data;
  15.  
  16. void source();
  17. void sink();
  18.  
  19.  
  20. }
  21.  
  22.  
  23. #endif
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:4:21: fatal error: systemc.h: No such file or directory
 #include "systemc.h"
                     ^
compilation terminated.
stdout
Standard output is empty