Re: [myhdl-list] Developing PLI module for cosimulation with VCS
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2012-05-17 20:35:27
|
On 05/11/2012 04:37 PM, Tom Dillon wrote: > > > On 05/11/2012 09:25 AM, Christopher Felton wrote: >> Yes, for the 0.8dev you have to check it out of the repo, >> http://www.myhdl.org/doku.php/dev:repo. >> >> Jan D. started a list of items for 0.8 release, >> http://www.myhdl.org/doku.php/dev:0.8. There are additional tweaks that >> are not mentioned (I think) like the performance modifications to the >> Signal. >> >> I have been using the 0.8dev without issues. With any repo tip or >> development branch use with caution. Jan D. has put together a fairly >> comprehensive set of unit/regression tests. Most cases nothing is >> committed to the repo if it doesn't pass the tests. Meaning that the >> dev branches is pretty stable. >> >> Thing to note, if you clone the repo, named branches are being used for >> development. After you clone the repo you have to "update" to the >> development branch, example. >> >> >> hg clone http://hg.myhdl.org/myhdl >> >> hg branches >> >> hg up -C 0.8dev > > Thanks. Is there an easy to tell what version you are using? I know, > getting a little lazy now. Perhaps you mean which branch you are on: hg branch To see all available branches: hg branches Currently, 0.8-dev is used as development branch for 0.8, and default as the maintenance branch for 0.7. |