A
Andreas
Hi!
I have some autogenerated code that doen't compile in my compiler. I
get the error message:
parse error before ',' token on line 3
parse error before ',' token on line 13
I'm using gcc 3.2. Do I need a different compiler? I also include
systemc 2.0.1
public:
virtual void cycle_start(
const sc_ufixed<D_width,D_width> dx,
const sc_ufixed<D_width,D_width> dy,
const sc_ufixed<6,6> cmd,
const sc_ufixed<6,6> cshiftcnt,
const sc_ufixed<1,1> cshiftleft,
sc_ufixed<D_width,D_width> &dout,
sc_ufixed<D_flagwidth,D_flagwidth> &fgt,
sc_ufixed<D_flagwidth,D_flagwidth> &flt,
);
virtual void cycle_end(
const sc_ufixed<D_width,D_width> dx,
const sc_ufixed<D_width,D_width> dy,
const sc_ufixed<6,6> cmd,
const sc_ufixed<6,6> cshiftcnt,
const sc_ufixed<1,1> cshiftleft,
sc_ufixed<D_width,D_width> &dout,
sc_ufixed<D_flagwidth,D_flagwidth> &fgt,
sc_ufixed<D_flagwidth,D_flagwidth> &flt,
);
virtual void next_state(
bool rst
);
best regards,
Andreas Lundgren
I have some autogenerated code that doen't compile in my compiler. I
get the error message:
parse error before ',' token on line 3
parse error before ',' token on line 13
I'm using gcc 3.2. Do I need a different compiler? I also include
systemc 2.0.1
public:
virtual void cycle_start(
const sc_ufixed<D_width,D_width> dx,
const sc_ufixed<D_width,D_width> dy,
const sc_ufixed<6,6> cmd,
const sc_ufixed<6,6> cshiftcnt,
const sc_ufixed<1,1> cshiftleft,
sc_ufixed<D_width,D_width> &dout,
sc_ufixed<D_flagwidth,D_flagwidth> &fgt,
sc_ufixed<D_flagwidth,D_flagwidth> &flt,
);
virtual void cycle_end(
const sc_ufixed<D_width,D_width> dx,
const sc_ufixed<D_width,D_width> dy,
const sc_ufixed<6,6> cmd,
const sc_ufixed<6,6> cshiftcnt,
const sc_ufixed<1,1> cshiftleft,
sc_ufixed<D_width,D_width> &dout,
sc_ufixed<D_flagwidth,D_flagwidth> &fgt,
sc_ufixed<D_flagwidth,D_flagwidth> &flt,
);
virtual void next_state(
bool rst
);
best regards,
Andreas Lundgren