aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Vukobratovic <bogdan.vukobratovic@gmail.com>2019-06-14 12:14:02 +0200
committerBogdan Vukobratovic <bogdan.vukobratovic@gmail.com>2019-06-14 12:14:02 +0200
commit8451cbea896d2b441b5c78eb2813790616d10b84 (patch)
tree37cd8ce71db7b9d3de370e708a8da296436b7fab
parentfe651922cbc4ab086354c04652adc986b31305fd (diff)
downloadyosys-8451cbea896d2b441b5c78eb2813790616d10b84.tar.gz
yosys-8451cbea896d2b441b5c78eb2813790616d10b84.tar.bz2
yosys-8451cbea896d2b441b5c78eb2813790616d10b84.zip
Move netlist helper module to passes/opt for the time being
-rw-r--r--passes/opt/netlist.h (renamed from kernel/algo.h)0
-rw-r--r--passes/opt/opt_rmdff.cc2
2 files changed, 1 insertions, 1 deletions
diff --git a/kernel/algo.h b/passes/opt/netlist.h
index f029ad6ab..f029ad6ab 100644
--- a/kernel/algo.h
+++ b/passes/opt/netlist.h
diff --git a/passes/opt/opt_rmdff.cc b/passes/opt/opt_rmdff.cc
index f44e6e58c..0ab91ca9e 100644
--- a/passes/opt/opt_rmdff.cc
+++ b/passes/opt/opt_rmdff.cc
@@ -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>