Skip to content
forked from AlaieT/go-spice

go-spice is a program written in Go, designed to calculate the static (DC) IR-drop of integrated circuits.

License

Notifications You must be signed in to change notification settings

ZFTurbo/go-spice

This branch is up to date with AlaieT/go-spice:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ilya Shafeev
May 23, 2023
9665ddc · May 23, 2023

History

27 Commits
Jan 22, 2023
Jan 22, 2023
Jul 15, 2022
May 23, 2023
May 23, 2023
Jan 22, 2023

Repository files navigation

go-spice

Go License

go-spice is a program written in Go, designed to calculate the static (DC) IR-drop of integrated circuits. It serves as an alternative to C++ for performing these calculations efficiently and accurately.

Features

  • Calculates the static (DC) IR-drop of integrated circuits.
  • Supports the Spice netlist format as the input data format.
  • Generates output data in CSV format, with node names and corresponding values.

Installation

Make sure you have Go 1.16 or higher installed. Then, run the following command to get go-spice:

git clone https://github.com/AlaieT/go-spice.git

Usage

To use go-spice, you need to provide a Spice netlist file as the input. The program will then calculate the static IR-drop and generate a CSV file with the node names and their corresponding values.

go run ./cmd/pgsim -f test.spice -o ./ -p 1e-8
  • -f: Path to the Spice netlist file.
  • -o: Path to the output folder.
  • -p: Modeling precision
  • -ms: "Max modeling steps

The program will process the netlist file and generate the [circuit_name].csv file with the calculated IR-drop values.

License

This project is licensed under the MIT License. See the MIT LICENSE file for details.

Contributing

Contributions to go-spice are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

About

go-spice is a program written in Go, designed to calculate the static (DC) IR-drop of integrated circuits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%