-
Hi all, I also tried one of the integrated example designs: For clarification, inside a reference design flow we use this would be an example that is written to the DEF: SPECIALNETS 5 ;
...
- vdd_A
...
( core/pipe_mu2_mul_18_52_g4967 vddi ) This is an instance of an OR gate which has an entry inside SPECIALNETS were it is clearly connected to vddi (one of the power rails). Is there an option where ORFS can output this data as well in the DEF? Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
In gcd you can see the connections are there: SPECIALNETS 2 ; With no test case I don't know what the issue is in your case. Any such connections are in the DEF, there is no separate option. It would be better to file an issue with a test case. |
Beta Was this translation helpful? Give feedback.
write_verilog -include_pwr_gnd <filename>
should do it