From Python to silicon
[[dev:repo]]
 

Source code repository

The repository url

MyHDL code development is managed using mercurial. The public repository resides here:

http://myhdl.sourceforge.net/hg/myhdl

This url can be used in several ways, as described below.

Browsing the repository

You can use the repository url in your web browser to browse through the repository and its history. This is a very good interface to track down issues in the code.

Tracking development

If you have mercurial installed, you can use the repository url to track the latest development:

$ hg clone http://myhdl.sourceforge.net/hg/myhdl myhdl

This makes a clone of the repository in a local myhdl directory.

In that directory you can now do the following:

$ hg in

to check if there are new changesets.

$ hg pull

to get new changesets.

$ hg update

to update the workspace with new changesets.

Creating your own patches

You can also make changesets from your own patches and contribute them to the development. This is more advanced usage that merits a page on its own: Contributing patches.

 
dev/repo.txt · Last modified: 2008/07/25 15:47 by jandecaluwe
 
All content is available under the terms of the GNU Free Documentation License
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki