Forum Discussion
Altera_Forum
Honored Contributor
14 years agoget_keepers--non-combinational nodes means ??
hi, what do combinational nodes mean ? can anyone brief on this. thanks
TuckerZ
Occasional Contributor
3 years agoHello,
I know this is probably too late, but perhaps someone else will find use in this.
A node represents a wire carrying a signal that travels between different logical components of a design file.
In Verilog HDL, nodes are called "nets."
"Combinational" refers to the logic type that drives the node.
Combinational logic feeds the node or group, for example, an AND gate.
Source: