Re: [myhdl-list] Welcome to the "myhdl-list" mailing list
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2016-02-22 13:46:58
|
On 2/13/2016 10:12 AM, Utkarsh Saxena wrote: > Dear Developers, > > I want to contribute to myhdl project for the coming GSoC, and hopefully > even after that, as I am fascinated by the things this project could do to > make Hardware Description Easy for everyone. However, I went through the > idea list for the GSoC 2016 and realised that I am underqualified to > contribute to this project technically. Though, I am studying electrical > engineering(sophomore year) I am afraid I can't understand most of the > things in the project, and completely blank on how to proceed. > > > If not this year, I want to contribute next year, and I need some help and > guidance on how to learn the prerequisites and gather sufficient knowledge > in technical aspects so I can contribute and add value to this project. > Do you have any experience with Python? If not, the first step is to become proficient in Python. See the Python website for links to introduction material and courses. Then the next step is to review the MyHDL manual [1] and start coding some digital circuits. [1] http://docs.myhdl.org/en/stable/ |