An open API service indexing awesome lists of open source software.

https://github.com/conorpp/learn-synopsys

A hello world project to learn synopsys and make a multiplier circuit
https://github.com/conorpp/learn-synopsys

Last synced: 4 months ago
JSON representation

A hello world project to learn synopsys and make a multiplier circuit

Awesome Lists containing this project

README

          

# mul

This is a complete design from verilog to chip tapeout of a digital multiplier circuit.

It uses the Synopsys design compiler tools

## Dependencies

* Synopsys
* Icarus Verilog (for testbench)

## Compiling

Set the IBM180 environment variable to point to the IBM180 library location or change
`.synopsys_dc.setup` to use a different library.

Then just run

```bash
dc_shell
```