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
- Host: GitHub
- URL: https://github.com/conorpp/learn-synopsys
- Owner: conorpp
- Created: 2016-03-17T18:26:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T21:40:16.000Z (over 10 years ago)
- Last Synced: 2025-02-21T19:21:46.616Z (over 1 year ago)
- Language: Verilog
- Size: 570 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```