Rename chip.h to arch.h

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-06-18 14:12:39 +02:00
parent 58e3104796
commit cbcd2ea3ac
5 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ struct GraphicElement
NEXTPNR_NAMESPACE_END
#include "chip.h"
#include "arch.h"
#include "design.h"
#endif

View File

@ -21,7 +21,7 @@
#define CHIP_H
#ifndef NEXTPNR_H
#error Include "chip.h" via "nextpnr.h" only.
#error Include "arch.h" via "nextpnr.h" only.
#endif
NEXTPNR_NAMESPACE_BEGIN

View File

@ -21,7 +21,7 @@
#define CHIP_H
#ifndef NEXTPNR_H
#error Include "chip.h" via "nextpnr.h" only.
#error Include "arch.h" via "nextpnr.h" only.
#endif
NEXTPNR_NAMESPACE_BEGIN