-
Notifications
You must be signed in to change notification settings - Fork 595
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
Issue when using custom via in NDR rule #3125
Comments
HI, @Wen-Tian-Pineapple. Could you attach a reproducible testcase? I wasn't able to build OpenFASOC on my machine. A |
@Wen-Tian-Pineapple Could you try the latest master branch? I've fixed the NDR vias issue in drt. |
Nevermind, I still have the issue somehow, maybe we can possibly schedule a meeting so I can explain you better. |
How can I reopen this issue by the way? |
Do you still have the same issue? |
I think it will be quicker for me to show you this issue directly, do you have time tomorrow around 1pm, or you can suggest a time that's most comfortable with you. Thank you! |
@Wen-Tian-Pineapple Yes, we can talk today. What is your time zone? If it is 1pm PST, it's fine for me. You can call me directly on LinkedIn if you want: http://www.linkedin.com/in/eder-matheus-rodrigues-monteiro. |
Sorry for the delay, I just added you on linkedin, I think you need to add me first before I can send you the vedio chat link? |
Describe the bug
When using NDR rule with custom via in OpenFasoc, I found the issue that the added vias are not actually used/connected during detail routing. And it reports the error below. Basically I think the adding custom vias into NDR rule doesn't do anything. This issue is linked to #200
Expected Behavior
The custom vias are used and connected corrected during detail routing
Environment
To Reproduce
run this tcl file with temp sense generator in OpenFasoc
pre_global_route.txt
Relevant log output
ERROR Output: Error: pg_VIN 2 pin not visited #guides = 24 Error: checkConnectivity break, net pg_VIN Objs not visited: frPathSeg: begin (96830 22950 ) end ( 96830 23290 ) layerNum 4 beginStyle: 1 endStyle: 1 frPathSeg: begin (96830 22780 ) end ( 96830 22950 ) layerNum 6 beginStyle: 1 endStyle: 1 frPathSeg: begin (96830 22780 ) end ( 97750 22780 ) layerNum 8 beginStyle: 1 endStyle: 1 frPathSeg: begin (97750 22780 ) end ( 99820 22780 ) layerNum 8 beginStyle: 1 endStyle: 0 frPathSeg: begin (82110 20740 ) end ( 84870 20740 ) layerNum 8 beginStyle: 1 endStyle: 1 frPathSeg: begin (84870 20740 ) end ( 86940 20740 ) layerNum 8 beginStyle: 1 endStyle: 0 frPathSeg: begin (82110 20740 ) end ( 82110 22950 ) layerNum 6 beginStyle: 1 endStyle: 1 frPathSeg: begin (72910 22950 ) end ( 82110 22950 ) layerNum 4 beginStyle: 1 endStyle: 1 frPathSeg: begin (91770 22100 ) end ( 91770 23290 ) layerNum 6 beginStyle: 1 endStyle: 1 frPathSeg: begin (86940 22100 ) end ( 91770 22100 ) layerNum 8 beginStyle: 1 endStyle: 1 frPathSeg: begin (86940 20740 ) end ( 86940 22100 ) layerNum 8 beginStyle: 0 endStyle: 1 frPathSeg: begin (91770 23290 ) end ( 96830 23290 ) layerNum 4 beginStyle: 1 endStyle: 1 frPathSeg: begin (71300 49300 ) end ( 72910 49300 ) layerNum 8 beginStyle: 1 endStyle: 1 frPathSeg: begin (72910 22950 ) end ( 72910 49300 ) layerNum 6 beginStyle: 1 endStyle: 1 frVia: at ( 96830 22950 ) VIA DEF: VIA L1M1_PR DEFAULT RECT -85 -85 85 85 RECT -85 -85 85 85 RECT -145 -115 145 115 frVia: at ( 96830 22780 ) VIA DEF: VIA M2M3_PR DEFAULT RECT -140 -185 140 185 RECT -100 -100 100 100 RECT -165 -165 165 165 frVia: at ( 82110 20740 ) VIA DEF: VIA M2M3_PR DEFAULT RECT -140 -185 140 185 RECT -100 -100 100 100 RECT -165 -165 165 165 frVia: at ( 82110 22950 ) VIA DEF: VIA L1M1_PR DEFAULT RECT -85 -85 85 85 RECT -85 -85 85 85 RECT -145 -115 145 115 frVia: at ( 72910 22950 ) VIA DEF: VIA L1M1_PR DEFAULT RECT -85 -85 85 85 RECT -85 -85 85 85 RECT -145 -115 145 115 frVia: at ( 91770 23290 ) VIA DEF: VIA L1M1_PR DEFAULT RECT -85 -85 85 85 RECT -85 -85 85 85 RECT -145 -115 145 115 frVia: at ( 91770 22100 ) VIA DEF: VIA M2M3_PR DEFAULT RECT -140 -185 140 185 RECT -100 -100 100 100 RECT -165 -165 165 165 frVia: at ( 72910 49300 ) VIA DEF: VIA M2M3_PR DEFAULT RECT -140 -185 140 185 RECT -100 -100 100 100 RECT -165 -165 165 165 frVia: at ( 71300 49300 ) VIA DEF: VIA M3M4_PR DEFAULT RECT -190 -160 190 160 RECT -100 -100 100 100 RECT -165 -165 165 165 INSTTERM: (INST/CELL/TERM/NET) temp_analog_1.a_header_2 HEADER VIN pg_VIN
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: