chipsalliance / yosys-f4pga-plugins

Plugins for Yosys developed as part of the F4PGA project.
https://f4pga.org
Apache License 2.0
82 stars 46 forks source link

Be specific of what includes we need from surelog. #481

Closed hzeller closed 1 year ago

hzeller commented 1 year ago

The kitchen-sink include file Surelog/surelog.h makes things look simple, but it also hides what we actually want. So apply IWYU principle and only include what we need.

This will help us long-term to tackle https://github.com/chipsalliance/Surelog/issues/3568