Re: [myhdl-list] tristatesignal
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-03-23 19:02:41
|
On 3/23/2015 1:46 PM, Günther Stangassinger wrote: > Hi Shen, > how do i know, when the new fix is applied > and how do i get the new fix. > Can i just update it with then with: > > pip install --upgrade myhdl > The `pip install` will only work with the next release. You will want to clone the master branch [1] or do: pip install --upgrade git+https://github.com/jandecaluwe/myhdl Regards, Chris [1] http://dev.myhdl.org/guide.html#tracking-development |