update docs about renamed generators (extension added)
This commit is contained in:
parent
a1c2ef5b54
commit
6d40d1197b
|
|
@ -24,6 +24,11 @@ p{padding: 15px 30px 10px;}
|
|||
then in the File/Search textbox add two parenthesis <kbd>()</kbd> (or put required parameters in
|
||||
between, like <kbd>(buf)</kbd>)
|
||||
</p>
|
||||
<p class="important">
|
||||
In recent xschem versions all generator scripts have an extension, so in following examples <kbd>schematicgen</kbd>
|
||||
and <kbd>symbolgen</kbd> are renamed to <kbd>schematicgen.tcl</kbd> and <kbd>symbolgen.tcl</kbd> respectively.
|
||||
The <kbd>.tcl</kbd> extension is used in this case since in my example generators are tcl scripts.
|
||||
</p>
|
||||
<img src="symbol_generators01.png">
|
||||
<p>
|
||||
The symbolgen generator in this example takes either a <kbd>(buf)</kbd> or a <kbd>(inv)</kbd> parameter
|
||||
|
|
|
|||
Loading…
Reference in New Issue