mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef _YOSYS_
|
||||
# include "kernel/log.h"
|
||||
# define my_printf log
|
||||
# include "kernel/yosys.h"
|
||||
# define my_printf YOSYS_NAMESPACE_PREFIX log
|
||||
#else
|
||||
# define my_printf printf
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user