Merge branch 'master' into repack_debug
This commit is contained in:
commit
5ca928efda
|
@ -1 +1 @@
|
|||
1.2.1777
|
||||
1.2.1785
|
||||
|
|
|
@ -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(
|
||||
|
|
2
yosys
2
yosys
|
@ -1 +1 @@
|
|||
Subproject commit beaae79e73ff8221a04bdd57c006912ad400e3f2
|
||||
Subproject commit 8bd681acfc3b0913e57f6312ed357b2334cf19cb
|
Loading…
Reference in New Issue