mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Minor hotfixes (mostly gcc build fixes)
This commit is contained in:
parent
65e5e1658c
commit
45bfe26f5f
5 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <string.h>
|
||||
#include <fnmatch.h>
|
||||
|
||||
using RTLIL::id2cstr;
|
||||
|
||||
static std::vector<RTLIL::Selection> work_stack;
|
||||
|
||||
static bool match_ids(RTLIL::IdString id, std::string pattern)
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
|
||||
using RTLIL::id2cstr;
|
||||
|
||||
#undef CLUSTER_CELLS_AND_PORTBOXES
|
||||
|
||||
struct ShowWorker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue