diff options
-rw-r--r-- | common/nextpnr.h | 2 | ||||
-rw-r--r-- | dummy/arch.cc (renamed from dummy/chip.cc) | 0 | ||||
-rw-r--r-- | dummy/arch.h (renamed from dummy/chip.h) | 2 | ||||
-rw-r--r-- | ice40/arch.cc (renamed from ice40/chip.cc) | 0 | ||||
-rw-r--r-- | ice40/arch.h (renamed from ice40/chip.h) | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h index 8acb1554..3d505844 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -141,7 +141,7 @@ struct GraphicElement NEXTPNR_NAMESPACE_END -#include "chip.h" +#include "arch.h" #include "design.h" #endif diff --git a/dummy/chip.cc b/dummy/arch.cc index 5bbf36e3..5bbf36e3 100644 --- a/dummy/chip.cc +++ b/dummy/arch.cc diff --git a/dummy/chip.h b/dummy/arch.h index c0803510..40aceff2 100644 --- a/dummy/chip.h +++ b/dummy/arch.h @@ -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 diff --git a/ice40/chip.cc b/ice40/arch.cc index b269a3e3..b269a3e3 100644 --- a/ice40/chip.cc +++ b/ice40/arch.cc diff --git a/ice40/chip.h b/ice40/arch.h index 3b4f19d1..9e811ba9 100644 --- a/ice40/chip.h +++ b/ice40/arch.h @@ -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 |