Skip to content

Commit

Permalink
Issue:1466 - Fix WL ordering in bitstream generation
Browse files Browse the repository at this point in the history
  • Loading branch information
chungshien committed Nov 30, 2023
1 parent d210994 commit c18f4d7
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 c18f4d7

Please sign in to comment.