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
|
@ -27,6 +27,8 @@
|
|||
#include <stdio.h>
|
||||
#include <set>
|
||||
|
||||
using RTLIL::id2cstr;
|
||||
|
||||
struct OptMuxtreeWorker
|
||||
{
|
||||
RTLIL::Design *design;
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
#include <stdio.h>
|
||||
#include <set>
|
||||
|
||||
using RTLIL::id2cstr;
|
||||
|
||||
static CellTypes ct;
|
||||
|
||||
static void rmunused_module_cells(RTLIL::Module *module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue