aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/opt_rmdff.cc
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 /passes/opt/opt_rmdff.cc
parentfe651922cbc4ab086354c04652adc986b31305fd (diff)
downloadyosys-8451cbea896d2b441b5c78eb2813790616d10b84.tar.gz
yosys-8451cbea896d2b441b5c78eb2813790616d10b84.tar.bz2
yosys-8451cbea896d2b441b5c78eb2813790616d10b84.zip
Move netlist helper module to passes/opt for the time being
Diffstat (limited to 'passes/opt/opt_rmdff.cc')
-rw-r--r--passes/opt/opt_rmdff.cc2
1 files changed, 1 insertions, 1 deletions
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>