aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-19 11:21:16 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-19 11:21:16 +0200
commit6f7070a36550f7910aeedaa3a14284d9063ab4fd (patch)
tree1bef380aee61f27e486d9b91693fe022f9c65997 /ice40/cells.h
parente3519ddfcdfa0e0d3a2942ecf4802c3751db0e17 (diff)
downloadnextpnr-6f7070a36550f7910aeedaa3a14284d9063ab4fd.tar.gz
nextpnr-6f7070a36550f7910aeedaa3a14284d9063ab4fd.tar.bz2
nextpnr-6f7070a36550f7910aeedaa3a14284d9063ab4fd.zip
ice40: More IdString API updates
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h2
1 files changed, 1 insertions, 1 deletions
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)