mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
Smallfix
This commit is contained in:
parent
78ceb23022
commit
d8fcc36f65
1 changed files with 4 additions and 5 deletions
|
@ -17,16 +17,15 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "kernel/yosys.h"
|
|
||||||
#include "kernel/rtlil.h"
|
|
||||||
#include "libs/json11/json11.hpp"
|
|
||||||
|
|
||||||
#ifdef YOSYS_ENABLE_TCL
|
#ifdef YOSYS_ENABLE_TCL
|
||||||
#include "tcl.h"
|
|
||||||
#include "tclTomMath.h"
|
#include "tclTomMath.h"
|
||||||
#include "tclTomMathDecls.h"
|
#include "tclTomMathDecls.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "kernel/yosys.h"
|
||||||
|
#include "kernel/rtlil.h"
|
||||||
|
#include "libs/json11/json11.hpp"
|
||||||
|
|
||||||
YOSYS_NAMESPACE_BEGIN
|
YOSYS_NAMESPACE_BEGIN
|
||||||
|
|
||||||
#ifdef YOSYS_ENABLE_TCL
|
#ifdef YOSYS_ENABLE_TCL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue