From 6f7070a36550f7910aeedaa3a14284d9063ab4fd Mon Sep 17 00:00:00 2001 From: David Shah Date: Tue, 19 Jun 2018 11:21:16 +0200 Subject: ice40: More IdString API updates Signed-off-by: David Shah --- ice40/cells.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/cells.h') diff --git a/ice40/cells.h b/ice40/cells.h index f1636410..cc1fa1cb 100644 --- a/ice40/cells.h +++ b/ice40/cells.h @@ -28,7 +28,7 @@ NEXTPNR_NAMESPACE_BEGIN // Create a standard iCE40 cell and return it // Name will be automatically assigned if not specified CellInfo *create_ice_cell(Context *ctx, IdString type, - IdString name = IdString()); + std::string name = ""); // Return true if a cell is a LUT inline bool is_lut(const Context *ctx, const CellInfo *cell) -- cgit v1.2.3