mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-11 04:01:28 +00:00
Add windows workaround to constids.inc
This commit is contained in:
parent
6498265eb0
commit
0116dc4384
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@
|
|||
#undef OVERFLOW
|
||||
#endif
|
||||
|
||||
// Workaround for windows defining IN and OUT macros in minwindef.h which ends
|
||||
// up getting included for visual studio builds
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
X($_ALDFFE_NNN_)
|
||||
X($_ALDFFE_NNP_)
|
||||
X($_ALDFFE_NPN_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue