aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/bitstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/bitstream.h')
-rw-r--r--ecp5/bitstream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ecp5/bitstream.h b/ecp5/bitstream.h
index 62617470..f70abb35 100644
--- a/ecp5/bitstream.h
+++ b/ecp5/bitstream.h
@@ -24,8 +24,7 @@
NEXTPNR_NAMESPACE_BEGIN
-void write_bitstream(Context *ctx, std::string base_config_file = "", std::string text_config_file = "",
- std::string bitstream_file = "");
+void write_bitstream(Context *ctx, std::string base_config_file = "", std::string text_config_file = "");
NEXTPNR_NAMESPACE_END