music

Friday, April 13, 2018

Setting up default settings for Cadence

Cadence IC-5 install structure
 |-cadence
   |---.cdsinit
   |---.cdsenv
   |---.display.drf
   |---.schBindKeys.il
   |---.leBindKeys.il
|
|

For bold fonts on Wavescan
Add to: .cdsenv
wavescan.graph fontStyle string "bold"
wavescan.graph fontSize string "large"
wavescan.trace lineThickness string "bold"
wavescan.trace lineStyle string "solid"

For bold plot lines on Wavescan
Add to: display.drf
-go to line
  display y0 blank dashed someColor someColor
-replace dashed with  thick3 or higher thickness line

For mouse scroll zoom
Add to: .schBindKeys.il
Replace "Schematics" with "Layout" for Layout zoom feature in leBindKeys.il
Image added because blog post assumes < + Btn4Down + > as HTML tag!


Increase Undo Limit