wildgoat的个人空间 https://blog.eetop.cn/wildgoat [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

white background for cadence

已有 5688 次阅读| 2010-12-4 16:45 |个人分类:Cadence

#############################
echo "Opus.editorBackground: white" >> ~/.Xdefaults
xrdb -load ~/.Xdefaults

You only need to do this once and cadence will have a white background every
time you run it after that.

I don't know how to change the colors of anything else.
#############################
In the "Virtuoso Schematic Composer User Guide" Chapter 11 states that:
Changing the Background Color of a Schematic Window
To change the background color of the schematic window, do the following:
1. Open the .Xdefaults file in edit mode.

2. Change or add the option Opus.editorBackground from black to the color you
desire. For example:

Opus.editorBackground: green

3. At the UNIX prompt, type
xrdb -load ~/.Xdefaults

If you do not know where your .Xdefaults file is located, you can change the background
color of the schematic and layout windows by doing the following:
1. At the UNIX prompt, type
xrdb -query > xyz
This stores all the current system .Xdefaults variable settings in the file xyz.
2. In the xyz file, change or add the option Opus.editorBackground from black to the
color you desire. For example:
Opus.editorBackground: green
3. At the UNIX prompt, type
xrdb -load xyz
4. Restart your Cadence software.
#############################
If the file .Xdefaults is not there, then create it using xrdb -query > .Xresources
#############################
Inverting color scheme in schematic needs some procedures.
1. Quit Cadence Tool
2. Type the following command in the terminal

echo "Opus.editor.background: white" | xrdb -merge

3. Re-run Cadence Tool and open your schematic
4. Your schematic should have a white background now.

To save as an image, press ALT+PrintScrn.

If you want to get back to a black background,
1. Quit Cadence Tool
2. Type the following command in the terminal
echo "Opus.editor.background: black" | xrdb -merge
#############################
 

REFERENCES
1.
Cadence Design System, Inc.,Virtuoso® Schematic Editor User Guide, Product Version 5.1.4.1, Chapter 11, October 2008.
1. Cadence Design System, Inc.,Cadence Design Framework II Configuration Guide, Product Version 5.1.4.1, October 2008.


点赞

发表评论 评论 (2 个评论)

回复 amir1362 2011-1-17 18:00
:victory:

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 122

    粉丝
  • 42

    好友
  • 274

    获赞
  • 118

    评论
  • 22104

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-12 05:44 , Processed in 0.010680 second(s), 8 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部