RTimothyEdwards / magic

Magic VLSI Layout Tool
Other
447 stars 100 forks source link

Magic extraction appears to be stuck in a loop. #299

Open d-m-bailey opened 3 months ago

d-m-bailey commented 3 months ago

magic version 8.3.465

public design from 2311 slot-009

flatglobbing cells and creating 2 subcut regions. The details are in the extract.tcl file in debug-2311-090.tgz.

tar xzf debug-2311-090.tgz
cd debug-2311-090
magic -dnull -noc -rcfile magicrc extract.tcl

Normally, it should finish for a minute or two, but runs for hours without completing.

RTimothyEdwards commented 2 months ago

For me, this example ran for about 24 seconds and completed without any issue.

d-m-bailey commented 2 months ago

@RTimothyEdwards thanks for checking. It may have something to do with the changes I'm proposing for #296 .

What version are you using?