netlists and wait statement

Status
Not open for further replies.

shizu

Newbie level 1
Joined
Sep 15, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
Hello I'm working with fpgas and I have some basic questions:

what is a netlist? from what I've read online it's a textual representation of a schematic :thinker:

what is a back annotated netlist?

why is wait not synthesizable?

thank you!
 

Yes, a netlist is just a list of nodes and what is connected to each of them. It is only a connection list, it holds no representation of the schematic or logic diagram layout.

Back annotation is the process of automatically going through a netlist and updating it when a change has been made to the schematic. For example, if you renumbered gates/components or added/removed something, the back annotation would update the netist to reflect the new parts and their connections.

I would guess that 'wait' is a function rather than a physical attribute so it would not have connections and therefore has no place in a netlist.

Brian.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…