pjcuadra / sc_viterbi

SystemC implementation of a Viterbi encoder and decoder
Apache License 2.0
4 stars 2 forks source link

SystemC Unit test framework #22

Open wvandamm opened 4 years ago

wvandamm commented 4 years ago

Hi,

While looking for a suitable SystemC Unit test framework I bumped into this project. The documentation on the used unit testing framework reads:

"Future Work This testing framework is planned to be developed as a separate project because of its usability and scope. It was incubated in within this project."

Is there indeed a separate project to further develop this unit test framework, or was this plan abandoned?

Thanks,

Wim

pjcuadra commented 4 years ago

Hi Wim,

That effort was abandoned. However, this project serves as an example of the usage of the testing framework.

If you are planning on using this, I can certainly help you separate it. In that case, it'd be nice if you contribute back to the project with further features and functionality in the future.

I'm glad and open to help, Pedro