#include "systemc.h"#include "fft.h"#include "source.h"#include "sink.h"Functions | |
| int | sc_main (int ac, char *av[]) |
| int sc_main | ( | int | ac, | |
| char * | av[] | |||
| ) |
References sink::CLK, source::CLK, fft::CLK, sink::data_ack, fft::data_ack, sink::data_ready, fft::data_ready, source::data_req, fft::data_req, source::data_valid, fft::data_valid, sink::in_imag, fft::in_imag, sink::in_real, fft::in_real, source::out_imag, fft::out_imag, source::out_real, fft::out_real, and sc_core::sc_start().