Hello Experts,
presently I am designing a simple A2D converter in SystemC-AMS. While compiling complier returns with some errors. I would be very thankful to you, if you could comment on the errors messages.
// A2D.h
#include <systemc-ams>
#include <systemc>
#include <stdio.h>
using namespace std;
SCA_TDF_MODULE (a2d_nbit)
{
//port declaration
sca_tdf::sca_in<double> a_in; // analog input pin
sca_tdf::sca_de::sca_in<sc_dt::sc_logic> start; //start signal
sca_tdf::sca_de::sca_in<sc_dt::sc_logic> clk; //clock signal
sca_tdf::sca_de