Are array manipulation methods like find_index()
, find()
etc. synthesizable?
I use Quartus Prime Lite, if that helps.
Are array manipulation methods like find_index()
, find()
etc. synthesizable?
I use Quartus Prime Lite, if that helps.
Since these methods return dynamically allocated queues, they are not likely to be supported by current synthesis tools.