Hi,
2 issues.
1- I can C synthesis mold_remover_stream but when I try mold_remover_packet it fails because of the errors:
Cannot apply disaggregate pragma/directive on object 'ih' as there is an aggregate write on it (../common\ip.hpp:414:46)
Cannot apply disaggregate pragma/directive on object 'uh' as there is an aggregate write on it (../common\ip.hpp:414:46)
Cannot apply disaggregate pragma/directive on object 'p' as there is an aggregate write on it (../common\ip.hpp:1864:58)
I cloned the latest version of Boost. Might this be the problem?
2- Where can I find directives?