update docs about renamed generators (extension added)

This commit is contained in:
stefan schippers 2023-05-06 09:40:44 +02:00
parent a1c2ef5b54
commit 6d40d1197b
1 changed files with 5 additions and 0 deletions

View File

@ -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