Renamed modwalker.h to modtools.h

This commit is contained in:
Clifford Wolf 2014-07-31 23:30:18 +02:00
parent 62c8a71525
commit 32a1cc3efd
3 changed files with 14 additions and 12 deletions

View File

@ -17,8 +17,8 @@
* *
*/ */
#ifndef MODWALKER_H #ifndef MODTOOLS_H
#define MODWALKER_H #define MODTOOLS_H
#include "kernel/sigtools.h" #include "kernel/sigtools.h"
#include "kernel/celltypes.h" #include "kernel/celltypes.h"

View File

@ -17,13 +17,12 @@
* *
*/ */
#include "kernel/rtlil.h" #include "kernel/yosys.h"
#include "kernel/satgen.h" #include "kernel/satgen.h"
#include "kernel/sigtools.h" #include "kernel/sigtools.h"
#include "kernel/modwalker.h" #include "kernel/modtools.h"
#include "kernel/register.h"
#include "kernel/log.h" PRIVATE_NAMESPACE_BEGIN
#include <algorithm>
static bool memcells_cmp(RTLIL::Cell *a, RTLIL::Cell *b) static bool memcells_cmp(RTLIL::Cell *a, RTLIL::Cell *b)
{ {
@ -742,3 +741,5 @@ struct MemorySharePass : public Pass {
} }
} MemorySharePass; } MemorySharePass;
PRIVATE_NAMESPACE_END

View File

@ -17,13 +17,12 @@
* *
*/ */
#include "kernel/rtlil.h" #include "kernel/yosys.h"
#include "kernel/satgen.h" #include "kernel/satgen.h"
#include "kernel/sigtools.h" #include "kernel/sigtools.h"
#include "kernel/modwalker.h" #include "kernel/modtools.h"
#include "kernel/register.h"
#include "kernel/log.h" PRIVATE_NAMESPACE_BEGIN
#include <algorithm>
struct ShareWorkerConfig struct ShareWorkerConfig
{ {
@ -967,3 +966,5 @@ struct SharePass : public Pass {
} }
} SharePass; } SharePass;
PRIVATE_NAMESPACE_END