diff --git a/src/systemc/ext/channel/sc_buffer.hh b/src/systemc/ext/channel/sc_buffer.hh index 153b60b105..22081605e4 100644 --- a/src/systemc/ext/channel/sc_buffer.hh +++ b/src/systemc/ext/channel/sc_buffer.hh @@ -37,7 +37,9 @@ namespace sc_core { -template +// Having a default value for the WRITER_POLICY parameter is non-standard, but +// matches the Accellera implementation to enable the regression tests. +template class sc_buffer : public sc_signal { public: