Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is the name of this type of ASCII netlist ?

Status
Not open for further replies.

eltonjohn

Advanced Member level 4
Joined
Feb 22, 2002
Messages
1,434
Helped
64
Reputation
126
Reaction score
29
Trophy points
1,328
Activity points
16,329
WHAT FORMAT is THIS ?

I nee to know what is the name of this type of ASCII netlist

does any body know how can i identify the type OF NETLIST

in this example :( it belongs to a PLC generating code TOOL)

GLOBALS
"AUTODEBOUNCE"=0
"AUTOSYNC"=0
"HANGEDINPUT"=0
"DATA8051"=0
"SYNCNODEALWAYS"=0
"NODE8051"=0
"TIMINGPRECISION"=1
ENDGLOBALS

COMPONENT("OUTPUT","OUT4")
PLUGS
("A",3);
("B",4);
ENDPLUGS
CONSTANTS
("CHANNEL",0);
ENDCONSTANTS
VARIABLES
ENDVARIABLES
WATCHES
("VALUE",T,OFF);
ENDWATCHES
ENDCOMPONENT

COMPONENT("GND","GND1")
PLUGS
("OUT",4);
ENDPLUGS
CONSTANTS
("CHANNEL",0);
ENDCONSTANTS
VARIABLES
ENDVARIABLES
ENDCOMPONENT
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top