CONTRIBUTIONS and CODE REVIEWS
We love contributions from the community. Please send pull requests and raise
-issues! All code submissions require review. We use GitHub pull requests for
-this purpose.
+issues! All code submissions require review. We use GitLab pull requests for
+this purpose and also accept git format-patch patches if that is preferred.
COPYRIGHTS and LICENSE
First, install Yosys, either using your system package manager, or [from source][yosyssrc]. Then, install nMigen and pinouts for many common FPGA developer boards:
- pip install git+https://github.com/nmigen/nmigen.git
- pip install git+https://github.com/nmigen/nmigen-boards.git
+ pip install git+https://gitlab.com/nmigen/nmigen.git
+ pip install git+https://gitlab.com/nmigen/nmigen-boards.git
[yosyssrc]: https://github.com/yosysHQ/yosys/#setup
* cite nMigen in publications related to research it has helped
* send us feedback and suggestions for improvements
* send us bug reports when something goes wrong
- * send us the modifications and improvements you have done to nMigen as pull requests on GitHub
+ * send us the modifications and improvements you have done to nMigen as pull requests on GitLab
See LICENSE file for full copyright and license info.
},
project_urls={
#"Documentation": "https://nmigen.readthedocs.io/",
- "Source Code": "https://github.com/nmigen/nmigen",
- "Bug Tracker": "https://github.com/nmigen/nmigen/issues",
+ "Source Code": "https://gitlab.com/nmigen/nmigen",
+ "Bug Tracker": "https://gitlab.com/nmigen/nmigen/issues",
},
)