Skip to content

Commit c86dfd7

Browse files
mikesinouyecopybara-github
authored andcommitted
Marginally increase the die size of an rle dec example.
PiperOrigin-RevId: 681593728
1 parent ce2089f commit c86dfd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xls/modules/rle/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ place_and_route(
294294
# ~0.83 GHz
295295
clock_period = "1.2",
296296
core_padding_microns = 2,
297-
die_height_microns = 180,
298-
die_width_microns = 180,
297+
die_height_microns = 200,
298+
die_width_microns = 200,
299299
min_pin_distance = "2",
300300
placement_density = "0.85",
301301
synthesized_rtl = ":rle_dec_synth_sky130",

0 commit comments

Comments
 (0)