chipsalliance / yosys-f4pga-plugins

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

Undef a macro that clashes with a UHDM class. #541

Closed hzeller closed 10 months ago

hzeller commented 10 months ago

The class cover in UHDM will not compile well if the cover macro from yosys kernel/log.h is defined. Undef it.

hzeller commented 10 months ago

Without this, it won't compile for me.

tgorochowik commented 10 months ago

It would probably be nice to have testcase that shows this error in CI, but let's not wait if it's a blocker for you.