mirror of https://github.com/YosysHQ/yosys.git
Move netlist helper module to passes/opt for the time being
This commit is contained in:
parent
fe651922cb
commit
8451cbea89
|
@ -21,8 +21,8 @@
|
|||
#include "kernel/register.h"
|
||||
#include "kernel/rtlil.h"
|
||||
#include "kernel/satgen.h"
|
||||
#include "kernel/algo.h"
|
||||
#include "kernel/sigtools.h"
|
||||
#include "netlist.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue