diff options
author | David Shah <davey1576@gmail.com> | 2018-08-01 15:58:38 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-08-01 15:58:38 +0200 |
commit | 0658759495d25fe5d1ffa8d58f86214ccd0e98d9 (patch) | |
tree | b3601585659f692eb3bede0c4b5c0d57a5b41956 /ecp5/bitstream.h | |
parent | 534465d3ad5a2d42766088418eb37f88b029b195 (diff) | |
download | nextpnr-0658759495d25fe5d1ffa8d58f86214ccd0e98d9.tar.gz nextpnr-0658759495d25fe5d1ffa8d58f86214ccd0e98d9.tar.bz2 nextpnr-0658759495d25fe5d1ffa8d58f86214ccd0e98d9.zip |
ecp5: Remove libtrellis link for bitstream gen
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/bitstream.h')
-rw-r--r-- | ecp5/bitstream.h | 3 |
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 |