Skip to content

My fork of Simple strutured VERILOG netlist to SPICE netlist translator

License

Notifications You must be signed in to change notification settings

ealwanlee/Verilog2Spice_forked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Verilog to Spice in Python

Simple structured VERILOG netlist to SPICE netlist translator

usage example assuming :

  • the verilog netlist to be converted called : final.v
  • a reference stdcells library spice netlist : stdcells.cdl
  • a reference memory block spice netlist : memory.cdl
  • the target spice netlist output : final.sp

python verilog2spice.py -spice stdcells.cdl -spice memory.cdl -verilog final.v -output final.sp -pos_pwr VDD -neg_pwr VSS -delimiter

  • under Linux, the command python can be avoided or replaced by python3
  • if pos_pwr and neg_pwr are not specified, they are by default VDD and VSS
  • if -delimiter is used, the busses delimiter will be changed from [:] in the verilog netlist to <:> in the spice netlist

About

My fork of Simple strutured VERILOG netlist to SPICE netlist translator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%