Skip to content

Commit

Permalink
Adding missing tcl.h includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Jan 8, 2025
1 parent dfe9b1a commit 75c5c61
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions design_introspection-plugin/get_cmd.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "get_cmd.h"
#include <tcl.h>

USING_YOSYS_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions design_introspection-plugin/get_count.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "get_count.h"

#include "kernel/rtlil.h"
#include <tcl.h>

USING_YOSYS_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions design_introspection-plugin/selection_to_tcl_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define _SELECTION_TO_TCL_LIST_H_

#include "kernel/register.h"
#include <tcl.h>

USING_YOSYS_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions params-plugin/params.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "kernel/log.h"
#include "kernel/register.h"
#include "kernel/rtlil.h"
#include <tcl.h>

USING_YOSYS_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions sdc-plugin/sdc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <sstream>
#include <string>
#include <vector>
#include <tcl.h>

#include "clocks.h"
#include "kernel/log.h"
Expand Down

0 comments on commit 75c5c61

Please sign in to comment.