Skip to content

abdelrahman-mos/SpectreNetlistParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpectreNetlistParser

A netlist parser for spectre netlists

Return Shape

  • A Netlist Class in the shape of:
    Netlist:
     Netlist_path: str
     subckt_names: List[str]
     devices: List[Device]
     full_devices_dict: Dict[str, Device]
     commands: List[str]
     original_string: str
    

About

A netlist parser for spectre netlists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages