Hi
What does FLEXUS_PORT_ARRAY_WIDTH mean? I see all *Impl.cpp files has some
thing like this
FLEXUS_PORT_ARRAY_WIDTH( component_name, port_name ) { return
(cfg.Threads); }
All of them return "cfg.thread".
I added the same thing for my own component (BPred) however I get this error:
BPredImpl.cpp: In static member function ‘static Flexus::Core::index_t
BPredInterface::width(BPredConfiguration_struct&, const
BPredInterface::BTBcheckOut&)’:
BPredImpl.cpp:81: error: ‘struct BPredConfiguration_struct’ has no member named
‘Threads’
I greped "BPredConfiguration_struct" but there is no such string.
Any idea to fix that? thanks
// Naderan *Mahmood;