Move bank_tiles.h to common directory Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
diff --git a/bank_tiles.h b/common/bank_tiles.h similarity index 100% rename from bank_tiles.h rename to common/bank_tiles.h
diff --git a/fasm-plugin/fasm.cc b/fasm-plugin/fasm.cc index 5ab4c1a..245d4bd 100644 --- a/fasm-plugin/fasm.cc +++ b/fasm-plugin/fasm.cc
@@ -24,7 +24,7 @@ * annotations on the design cells. */ -#include "../bank_tiles.h" +#include "../common/bank_tiles.h" #include "kernel/log.h" #include "kernel/register.h" #include "kernel/rtlil.h"
diff --git a/xdc-plugin/xdc.cc b/xdc-plugin/xdc.cc index 3d792dd..1e97033 100644 --- a/xdc-plugin/xdc.cc +++ b/xdc-plugin/xdc.cc
@@ -26,7 +26,7 @@ * Tcl interpreter and processed by the new XDC commands imported to the * Tcl interpreter. */ -#include "../bank_tiles.h" +#include "../common/bank_tiles.h" #include "kernel/log.h" #include "kernel/register.h" #include "kernel/rtlil.h"