Metadata-Version: 2.1
Name: ipsocgen
Version: 0.1.19
Summary: Generic SoC builder in HDL
Home-page: https://github.com/aignacio/ipsocgen
Author: aignacio (Anderson Ignacio)
Author-email: <anderson@aignacio.com>
Keywords: soc,mpsoc,hdl,verilog,systemverilog,builder
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# IP SoC Generator



## To contribute
Please follow the steps below to build the virtual environment and install the dependencies.
```bash
python3 -m venv venv
source venv/bin/activate 
python3 setup.py install
```
