[myhdl-list] github & git questions
Brought to you by:
jandecaluwe
From: Edward V. <dev...@sb...> - 2015-02-27 15:52:53
|
Hello All, I just cloned gi...@gi...:jandecaluwe/myhdl.git 69c89fa70eb4ffc9da41e1ec449123fd6d6da6aa Did the following: git checkout master python setup.py install --home=$HOME set the PYTHONPATH Should the generated header continue to be MyHDL 0.9dev or MyHDL 0.9? Is the main development repo https://bitbucket.org/jandecaluwe/myhdl or github or both? I did notice that a change that Josy Boelen had provided me that limited the signals JP_PROCESS_JPEG_LOGIC: process (update_s, right_s(0), right_s(1), right_s(2), right_s(3), right_s(4), right_s(5), right_s(6), right_s(7), flgs_s(0), flgs_s(1), flgs_s(2), flgs_s(3), flgs_s(4), flgs_s(5), flgs_s(6), flgs_s(7), sam_s(0), sam_s(1), sam_s(2), sam_s(3), sam_s(4), sam_s(5), sam_s(6), sam_s(7), left_s(0), left_s(1), left_s(2), left_s(3), left_s(4), left_s(5), left_s(6), left_s(7)) is to JP_PROCESS_JPEG_LOGIC: process (update_s, right_s, flgs_s, sam_s, left_s) is was part of the new build. Also should we fork or not? This is what I have been doing in the past At github fork the repository. clone locally. git clone gi...@gi...:develone/meta-topic.git git remote add upstream git://github.com/topic-embedded-products/meta-topic.git git fetch upstream git merge upstream/master git push origin master If I don't make changes. I check if the original owner has not made changes and if new changes git fetch upstream git merge upstream/master git push origin master Don't know if this is correct steps? Just to new to know the process of changes and trying to understand? Thanks for all the help Edward Vidal Jr. e-mail dev...@sb... 915-595-1613 |