Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21017 Discussions

get_keepers--non-combinational nodes means ??

Altera_Forum
Honored Contributor II
1,297 Views

hi, 

what do combinational nodes mean ? 

can anyone brief on this. 

 

thanks
0 Kudos
1 Reply
TuckerZ
New Contributor I
481 Views

Hello, 

 

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: 

https://www.intel.com/content/www/us/en/programmable/quartushelp/22.3/index.htm#reference/glossary/def_node.htm

https://www.intel.com/content/www/us/en/programmable/quartushelp/22.3/index.htm#reference/glossary/def_nodetype.htm

0 Kudos
Reply