From be73894bea1c5719eccfad6b8c7e7ae44798a68a Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 11 Jun 2018 20:12:57 +0200 Subject: Add "nextpnr.h" Signed-off-by: Clifford Wolf --- ice40/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/bitstream.h') diff --git a/ice40/bitstream.h b/ice40/bitstream.h index 9b08f96e..fecc14e1 100644 --- a/ice40/bitstream.h +++ b/ice40/bitstream.h @@ -21,7 +21,7 @@ #define ICE40_BITSTREAM_H #include -#include "chip.h" +#include "nextpnr.h" void write_asc(const Design &design, std::ostream &out); -- cgit v1.2.3