|
发表于 2011-2-15 13:39:03
|
显示全部楼层
You can create a lib file, antenna.lib with a cell, antenna, then use lc_shell to translate it into antenna.db. And then to add the file, antenna.db, into the list for the command, 'read_db' when using Formality.
=== The File: antenna.lib ===
cell(antenna) {
pin(ANT) {
direction: input ;
capacitance: 0.03 ;
}
} |
|