File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ void ProcessLutClass(t_pb_type* lut_pb_type) {
624
624
lut_pb_type->modes [0 ].interconnect [0 ].annotations [i].type = lut_pb_type->annotations [i].type ;
625
625
lut_pb_type->modes [0 ].interconnect [0 ].annotations [i].num_value_prop_pairs = lut_pb_type->annotations [i].num_value_prop_pairs ;
626
626
lut_pb_type->modes [0 ].interconnect [0 ].annotations [i].prop = new int [lut_pb_type->annotations [i].num_value_prop_pairs ];
627
- lut_pb_type->modes [0 ].interconnect [0 ].annotations [i].value = new char *[lut_pb_type->annotations [i].num_value_prop_pairs ];
627
+ lut_pb_type->modes [0 ].interconnect [0 ].annotations [i].value = new char *[lut_pb_type->annotations [i].num_value_prop_pairs ];
628
628
for (j = 0 ; j < lut_pb_type->annotations [i].num_value_prop_pairs ; j++) {
629
629
lut_pb_type->modes [0 ].interconnect [0 ].annotations [i].prop [j] = lut_pb_type->annotations [i].prop [j];
630
630
lut_pb_type->modes [0 ].interconnect [0 ].annotations [i].value [j] = vtr::strdup (lut_pb_type->annotations [i].value [j]);
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ void XmlReadArch(const char* ArchFile,
517
517
/* This information still needs to be read, even if it is just
518
518
* thrown away.
519
519
*/
520
- t_power_arch* power_arch_fake = new t_power_arch ();
520
+ t_power_arch* power_arch_fake = new t_power_arch ();
521
521
ProcessPower (Next, power_arch_fake, loc_data);
522
522
delete power_arch_fake;
523
523
}
You can’t perform that action at this time.
0 commit comments