aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/cells.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-17 12:46:25 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-17 12:46:25 +0200
commite6725dcde4184d72b184a898ba63efe9188f518d (patch)
treeb0a1b665de39f45313c785cf88e0f3c294f6ba97 /ecp5/cells.cc
parent044db02012f055fb92c6375a4dcb62cd666d5d59 (diff)
downloadnextpnr-e6725dcde4184d72b184a898ba63efe9188f518d.tar.gz
nextpnr-e6725dcde4184d72b184a898ba63efe9188f518d.tar.bz2
nextpnr-e6725dcde4184d72b184a898ba63efe9188f518d.zip
ecp5: Build all chip types
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/cells.cc')
-rw-r--r--ecp5/cells.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/cells.cc b/ecp5/cells.cc
index ddd1130d..63916acf 100644
--- a/ecp5/cells.cc
+++ b/ecp5/cells.cc
@@ -31,7 +31,7 @@ void add_port(const Context *ctx, CellInfo *cell, std::string name, PortType dir
}
-std::unique_ptr<CellInfo> create_ecp5_cell(Context *ctx, IdString type, std::string name = "") {
+std::unique_ptr<CellInfo> create_ecp5_cell(Context *ctx, IdString type, std::string name) {
static int auto_idx = 0;
std::unique_ptr<CellInfo> new_cell = std::unique_ptr<CellInfo>(new CellInfo());
if (name.empty()) {