3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00

Added "trace" command

This commit is contained in:
Clifford Wolf 2014-07-31 15:02:16 +02:00
parent cd9407404a
commit b5a9e51b96
4 changed files with 103 additions and 2 deletions

View file

@ -44,6 +44,9 @@
#include <algorithm>
#include <initializer_list>
#define PRIVATE_NAMESPACE_BEGIN namespace {
#define PRIVATE_NAMESPACE_END }
#if 0
# define YOSYS_NAMESPACE_BEGIN namespace Yosys {
# define YOSYS_NAMESPACE_END }