From c18f4d7f4467a33431579c3d1d49a1bf5b1d14a4 Mon Sep 17 00:00:00 2001 From: chungshien Date: Wed, 29 Nov 2023 21:55:53 -0800 Subject: [PATCH] Issue:1466 - Fix WL ordering in bitstream generation --- openfpga/src/fpga_bitstream/write_text_fabric_bitstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga/src/fpga_bitstream/write_text_fabric_bitstream.cpp b/openfpga/src/fpga_bitstream/write_text_fabric_bitstream.cpp index 1f83f7a57..5148a72a4 100644 --- a/openfpga/src/fpga_bitstream/write_text_fabric_bitstream.cpp +++ b/openfpga/src/fpga_bitstream/write_text_fabric_bitstream.cpp @@ -652,7 +652,7 @@ int write_fabric_bitstream_to_text_file( // bitstream status = fast_write_memory_bank_flatten_fabric_bitstream_to_text_file( fp, apply_fast_configuration, bit_value_to_skip, fabric_bitstream, - options.keep_dont_care_bits(), options.wl_decremental_order()); + options.keep_dont_care_bits(), !options.wl_decremental_order()); } else if (BLWL_PROTOCOL_FLATTEN == config_protocol.bl_protocol_type()) { status = write_memory_bank_flatten_fabric_bitstream_to_text_file(