Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tapeout: Overlapping DTCD cells #408

Open
steveri opened this issue Jan 24, 2020 · 0 comments
Open

Tapeout: Overlapping DTCD cells #408

steveri opened this issue Jan 24, 2020 · 0 comments
Assignees

Comments

@steveri
Copy link
Contributor

steveri commented Jan 24, 2020

Okay, yes there is a comment in gen_floorplan.tcl that says # The DTCD cells overlap
...but I was not prepared to see fourteen DTCD cells all in the exact same place:

@innovus> foreach d [ get_db insts ifid_dtcd*cc* ] { echo $d }
  inst:GarnetSOC_pad_frame/ifid_dtcd_feol_cc_42
  inst:GarnetSOC_pad_frame/ifid_dtcd_beol_cc_43
  inst:GarnetSOC_pad_frame/ifid_dtcd_beol_cc_44
  ...
  inst:GarnetSOC_pad_frame/ifid_dtcd_beol_cc_55

@innovus> foreach d $dtcds { echo [ get_db $d .bbox ] }             
  {2356.47 3960.0 2361.558 3965.088}
  {2356.47 3960.0 2361.47  3965.0}
  {2356.47 3960.0 2361.47  3965.0}
  ...
  {2356.47 3960.0 2361.47  3965.0}

Actually it's even weirder, now that I look at it; dtcd #42 is slightly larger than the other thirteen cells...?

Does anyone have insight on what's going on here?

@steveri steveri self-assigned this Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant