Skip to main content
Bumped by Community user
added 124 characters in body
Source Link
HWDesigner
  • 147
  • 1
  • 5
  • 20

Curious to understand the use case of designing synthesizable linked list in RTL. This seems to be common in network chip designs.

Given that synthesized hardware has static memory size, what's the advantage of having linked list structure over array?

Curious to understand the use case of designing synthesizable linked list in RTL. This seems to be common in network chip designs.

Curious to understand the use case of designing synthesizable linked list in RTL. This seems to be common in network chip designs.

Given that synthesized hardware has static memory size, what's the advantage of having linked list structure over array?

edited tags
Link
toolic
  • 10.9k
  • 11
  • 31
  • 35
Source Link
HWDesigner
  • 147
  • 1
  • 5
  • 20

What is the need for implementing synthesizable linked list module in RTL?

Curious to understand the use case of designing synthesizable linked list in RTL. This seems to be common in network chip designs.