doc updates (FSiC2022)
This commit is contained in:
parent
c9d16d6008
commit
9065f6572f
|
|
@ -30,8 +30,6 @@ p{padding: 15px 30px 10px;}
|
|||
<li>Subversion local repository in 2007.</li>
|
||||
<li><a href="https://sourceforge.net/projects/xschem">Sourceforge</a> svn repository in December 2016.</li>
|
||||
<li>Cairo Text option for fonts added in 2017.</li>
|
||||
<li><a href="http://repo.hu/projects/xschem">XSCHEM</a> joins <a href="http://repo.hu/projects/coraleda">CoralEDA</a> on <a href="http://repo.hu">repo.hu</a> on October 2018.
|
||||
Both CoralEDA and Sourceforge repos are maintained.</li>
|
||||
<li>Development boost happened in 2018 to present:</li>
|
||||
<ol>
|
||||
<li>More graphic primitives (polygons, arcs, circles).</li>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ p{padding: 15px 30px 10px;}
|
|||
<!-- slide title -->
|
||||
<h1>LOCAL CUSTOM CELLS: SCHEMATIC USED AS COMPONENT INSTANCE</h1>
|
||||
|
||||
<h3 style="text-align:left; max-width: 55%;margin-left:0;">
|
||||
<h3 style="text-align:left; max-width: 75%;margin-left:0;">
|
||||
<ul style="margin-left:0;">
|
||||
<li>It is possible to place a schematic instead of a symbol into a parent schematic</li>
|
||||
<li>Example on the right shows one instance of a bus keeper that itself instantiates 2 parametric
|
||||
|
|
@ -32,7 +32,7 @@ p{padding: 15px 30px 10px;}
|
|||
</ul>
|
||||
</h3>
|
||||
<img src="tutorial_xschem_slides17.png" style="position:fixed; top:10%; right:2%;width:22%; max-width: 232;">
|
||||
<img src="tutorial_xschem_slides18.png" style="position:fixed; bottom:5%; left:8%;width:45%; max-width: 40%;">
|
||||
<img src="tutorial_xschem_slides18.png" style="position:fixed; bottom:2%; left:8%;width:45%; max-width: 40%;">
|
||||
<!-- end of slide -->
|
||||
<div class="filler"></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ static void help_linstall(const char *prg) {
|
|||
printf("recompilation without needing to reinstall.\n\n");
|
||||
printf("Switches:\n");
|
||||
help_ln_common();
|
||||
printf(" -d force destination to be interpreted as a directory\n");
|
||||
printf(" --preserve do not convert source paths to absolute\n\n");
|
||||
}
|
||||
|
||||
|
|
@ -578,8 +579,7 @@ static int safe_link(const char *src, const char *dst, int absolute, int relativ
|
|||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
if (force)
|
||||
else if (force)
|
||||
remove(dst);
|
||||
|
||||
supp = quiet ? " 2>/dev/null" : "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue