Rename chip.h to arch.h
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
58e3104796
commit
cbcd2ea3ac
@ -141,7 +141,7 @@ struct GraphicElement
|
|||||||
|
|
||||||
NEXTPNR_NAMESPACE_END
|
NEXTPNR_NAMESPACE_END
|
||||||
|
|
||||||
#include "chip.h"
|
#include "arch.h"
|
||||||
#include "design.h"
|
#include "design.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#define CHIP_H
|
#define CHIP_H
|
||||||
|
|
||||||
#ifndef NEXTPNR_H
|
#ifndef NEXTPNR_H
|
||||||
#error Include "chip.h" via "nextpnr.h" only.
|
#error Include "arch.h" via "nextpnr.h" only.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NEXTPNR_NAMESPACE_BEGIN
|
NEXTPNR_NAMESPACE_BEGIN
|
@ -21,7 +21,7 @@
|
|||||||
#define CHIP_H
|
#define CHIP_H
|
||||||
|
|
||||||
#ifndef NEXTPNR_H
|
#ifndef NEXTPNR_H
|
||||||
#error Include "chip.h" via "nextpnr.h" only.
|
#error Include "arch.h" via "nextpnr.h" only.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NEXTPNR_NAMESPACE_BEGIN
|
NEXTPNR_NAMESPACE_BEGIN
|
Loading…
Reference in New Issue
Block a user