0

Are array manipulation methods like find_index(), find() etc. synthesizable?

I use Quartus Prime Lite, if that helps.

  • @Qiu it is probably a bit out of date. Certain constructs like packages and typedefs are usually ok with modern synthesis tools. They slowly are adding sv constructs. But I do not believe that any dynamic structure would be available any time soon if at all. – Serge Jun 15 '20 at 18:15

1 Answers1

0

Since these methods return dynamically allocated queues, they are not likely to be supported by current synthesis tools.

dave_59
  • 39,096
  • 3
  • 24
  • 63