Difference between revisions of "How do I know"

From Verific Design Automation FAQ
Jump to: navigation, search
(Created page with "'''Q: How do I know what language a Netlist in the netlist database comes from?''' Use attribute " language" (note the leading space): Netlist *nl; nl->GetAttValue("...")
 
(No difference)

Latest revision as of 17:36, 8 July 2016

Q: How do I know what language a Netlist in the netlist database comes from?

Use attribute " language" (note the leading space):

   Netlist *nl;
   nl->GetAttValue(" language") 

returns one of "vhdl", "verilog", "edif", "synlib".