| Author |
Message |
stormwolf
Joined: 03 Jan 2004 Posts: 114 Helped: 11
|
07 Feb 2005 13:36 float net and float pin in netlist |
|
|
|
|
After synthesis , i check generate netlist , find a lot of float net and float pin .
This because verilog have some redundant . what command i should use to remove float net and float pin . And would the float net and float pin infer p&r tools ,such as astro.
|
|
| Back to top |
|
 |
pinkesh2001
Joined: 09 Feb 2005 Posts: 21 Helped: 3
|
09 Feb 2005 16:45 Re: float net and float pin in netlist |
|
|
|
|
Hi,
As the nets are floating there is no concern as long as code is functionally working.
Talking abt Astro , i dont know much but magma gives the warning regarding the floating nets and pins.
Regarding pins you can fix it using assign statements , but its not a good practice. You can asssign it to VSS.
Rgds
Pinkesh
|
|
| Back to top |
|
 |
Google AdSense

|
09 Feb 2005 16:45 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
omid219
Joined: 02 Feb 2005 Posts: 120 Helped: 4 Location: Malaysia
|
12 Feb 2005 14:45 float net and float pin in netlist |
|
|
|
|
| SOc Encounter gives some warnings on floating nets, if the post synthesis simulation is OK, you can go ahead and ignore these warnings.
|
|
| Back to top |
|
 |