merge from multimode_clb bug fixing
This commit is contained in:
parent
43128ad3f0
commit
dddbbac85c
|
@ -418,9 +418,10 @@ void dump_compact_verilog_one_physical_block(t_sram_orgz_info* cur_sram_orgz_inf
|
||||||
temp_iopad_lsb = 0;
|
temp_iopad_lsb = 0;
|
||||||
|
|
||||||
/* Local wires for memory configurations */
|
/* Local wires for memory configurations */
|
||||||
dump_verilog_sram_config_bus_internal_wires(fp, cur_sram_orgz_info,
|
if (0 < temp_conf_bits_msb) {
|
||||||
0, temp_conf_bits_msb - 1);
|
dump_verilog_sram_config_bus_internal_wires(fp, cur_sram_orgz_info,
|
||||||
|
0, temp_conf_bits_msb - 1);
|
||||||
|
}
|
||||||
|
|
||||||
/* Quote all the sub blocks*/
|
/* Quote all the sub blocks*/
|
||||||
for (iz = 0; iz < phy_block_type->capacity; iz++) {
|
for (iz = 0; iz < phy_block_type->capacity; iz++) {
|
||||||
|
|
Loading…
Reference in New Issue