HLS Coding Style: C++ Classes and Templates

  • IMPORTANT: Classes and class member functions cannot be the top-level for synthesis. Instantiate the class in a top-level function.
  • IMPORTANT: The top-level function cannot be a template.

Constructors, Destructors, and Virtual Functions

Global Variables and Classes

Templates

Reference

1. Xilinx UG902

原文地址:https://www.cnblogs.com/wordchao/p/10966174.html