mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
Added "trace" command
This commit is contained in:
parent
cd9407404a
commit
b5a9e51b96
4 changed files with 103 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue