OFS / opae-sdk

Open Programmable Acceleration Engine
https://ofs.github.io
BSD 3-Clause "New" or "Revised" License
258 stars 82 forks source link

Add a JSON flag that enables HSSI simulation in ASE #2993

Closed michael-adler closed 1 year ago

michael-adler commented 1 year ago

The Quartus HSSI simulation library is large and slow to compile, so not included in ASE builds. The change here reads "enable-hssi-sim" in the "afu-top-interface" section of an AFU's JSON file that. When set, HSSI mode in ASE compiles the full Quartus simulation library.

E.g.: "afu-top-interface": { "class": "ofs_plat_afu", "enable-hssi-sim": 1 }