git user guide

1. git configuration in ".gitconfig":

[user]
        name = Haibing.Yang
        email = yanghb41@gmail.com
[color]
        ui = auto
[commit]
        template = /home/xxx/.commit_template
[remote "kernel"]
  url = ssh://yang.haibing@10.0.64.28:29418/kernel/common
  receivepack = git receive-pack --reviewer=yanghb41@gmail.com --cc=yanghb41@gmail.com
[remote "u-boot"]
  url = ssh://yang.haibing@10.0.64.28:29418/u-boot
  receivepack = git receive-pack --reviewer=yanghb41@gmail.com --cc=yanghb41@gmail.com
[core]
        editor = vim

git commit:

git commit -a -s -e

2. how to solve conflict

#git remote -v
kernel ssh://haibing.yang@10.0.64.28:29418/kernel/common (fetch)
kernel ssh://haibing.yang@10.0.64.28:29418/kernel/common (push)
korg gitadmin@gitsrv01.spreadtrum.com:android/kernel/common (fetch)
korg gitadmin@gitsrv01.spreadtrum.com:android/kernel/common (push)
u-boot ssh://haibing.yang@10.0.64.28:29418/u-boot (fetch)
u-boot ssh://haibing.yang@10.0.64.28:29418/u-boot (push)
# git fetch korg
# git rebase korg/sprdlinux3.10

If conflict happens, first, modify the conflict, then do the following:
# git add [conflicted files]
# git rebase --continue
# git push xxx HEAD:refs/for/branch

First, rewinding head to replay your work on top of it...
Fast-forwarded HEAD to korg/sprduboot.

If you encounter the above error, issue the following command
# git rebase master
Then issue 
# git rebase korg/sprduboot


3. create git server and git client

3.1 create git server
# git init --bare present.git

3.2 create git client
# git init
# git clone /work/robbie/smartphone_work/mydroid/present.git/
# git add ...
# git commit .-m "initial code"
<think>好的,用户需要查找StarRC的用户指南或使用说明,特别是想下载PDF版本或者找到官方文档教程。首先,我应该回顾之前的引用内容,看看有没有相关资源。引用[1]和[2]提到了一个名为“starrc寄生参数提取与后仿.docx”的文件,这可能对用户有帮助,但用户明确想要的是用户指南或官方文档。引用[3]中的内容似乎不太相关,可能涉及其他软件。接下来,用户的需求是找到官方或可靠的StarRC使用文档。由于StarRC是Synopsys公司的工具,最直接的途径应该是访问他们的官方网站。然而,官方文档通常需要客户账号才能访问,普通用户可能无法直接下载。因此,我需要提供替代方案,比如提到的项目地址中的资源,或者建议用户通过Synopsys支持获取。另外,用户可能没有权限访问官方资源,所以需要建议其他可靠的来源,比如Open-source-documentation-tutorial项目中的指南,虽然它不是官方的,但可能提供实用步骤。同时,提醒用户注意版权问题,避免非法下载。 还需要检查是否有遗漏的途径,比如技术论坛、培训课程或联系销售代表。确保回答结构清晰,分点列出,方便用户逐步操作。最后生成相关问题,帮助用户深入解决可能遇到的问题,比如安装配置、后仿流程等。</think>关于StarRC用户指南及使用文档的获取途径整理如下: ### 一、官方渠道 1. **Synopsys SolvNet平台**(需客户账号) - 登录后访问:https://solvnet.synopsys.com - 搜索"StarRC User Guide"可获取最新版PDF文档[^1] - 包含命令行参数、配置文件格式等完整说明 2. **Synopsys技术支持** - 通过企业邮箱联系support@synopsys.com - 可申请特定版本的安装包附带文档 ### 二、替代资源 1. **开源文档项目** - 项目地址:https://gitcode.com/Open-source-documentation-tutorial/952e9 - 提供中文版《StarRC寄生参数提取与后仿指南》包含: - 基础操作流程 - 典型错误排查 - 后仿真设置示例[^2] 2. **技术论坛资源** - EETOP论坛的"后端设计"版块 - 百度网盘共享资源(注意版权合规性) ### 三、实践建议 ```tcl # StarRC典型工作流程示例 set STARRC_HOME /opt/synopsys/starrc source $STARRC_HOME/setup.config read_parasitic_tech -tlup tech.tlup extract_rc -netlist design.v ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值