Skip to content

Commit

Permalink
Merge pull request #1468 from chungshien/master
Browse files Browse the repository at this point in the history
Issue:1466 - Fix WL ordering in bitstream generation
  • Loading branch information
tangxifan authored Dec 1, 2023
2 parents d210994 + c18f4d7 commit 8c4895d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8c4895d

Please sign in to comment.