aff3ct / my_project_with_aff3ct

Small code examples using AFF3CT as a library.
MIT License
15 stars 16 forks source link

systemc example project #10

Open jdayana opened 3 years ago

jdayana commented 3 years ago

Hi, I have compiled and built systemc ver. 2.3.3 and compiled the aff3ct 2.3.4 library with the '-D AFF3CT_SYSTEMC_MODULE="ON"' Cmake option. When I build my_project, I get the following error:

image

I hope you can help me take a look.

Thank you!

Regards, DJ

kouchy commented 3 years ago

Hi @jdayana,

We decided to do not support SystemC/TLM interfaces anymore. But you can do it by yourself. We think this is not in the range of the AFF3CT library and can easily be done by the user.

I hope it helps.

xtt790894620 commented 2 years ago

after complied the aff3ct library and the example project,I got so many errors. Just don't know how to solve these errors.