Move netlist helper module to passes/opt for the time being

This commit is contained in:
Bogdan Vukobratovic 2019-06-14 12:14:02 +02:00
parent fe651922cb
commit 8451cbea89
2 changed files with 1 additions and 1 deletions

View File

@ -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>