2020-08-08 15:47:34 +02:00
<!DOCTYPE html>
< html >
< head >
< title > XSCHEM PRESENTATION< / title >
< link rel = "stylesheet" type = "text/css" href = "xschem_man.css" / >
< style type = "text/css" >
/* Local styling goes here */
p{padding: 15px 30px 10px;}
.content{ background-image:url('xschem_bg2.png');}
< / style >
< / head >
< body >
<!-- start of slide -->
< div class = "content" >
<!-- navigation buttons -->
< a href = "tutorial_xschem_slides02.html" class = "prev" > PREV< / a >
< a href = "tutorial_xschem_slides01.html" class = "home" > UP< / a >
< a href = "tutorial_xschem_slides04.html" class = "next" > NEXT< / a >
<!-- slide title -->
< h1 > XSCHEM HISTORY< / h1 >
< h3 style = "text-align:left; margin-left:3%;" >
< ul >
< li > Started in 1998 as a hobby home project when i was working at STM.< / li >
2022-07-04 15:43:18 +02:00
< li > First versions were developed on Solaris Sparc, then on linux.< / li >
2020-08-08 15:47:34 +02:00
< li > Subversion local repository in 2007.< / li >
< li > < a href = "https://sourceforge.net/projects/xschem" > Sourceforge< / a > svn repository in December 2016.< / li >
< li > Development boost happened in 2018 to present:< / li >
< ol >
< li > More graphic primitives (polygons, arcs, circles).< / li >
< li > Automatic < a href = "http://repo.hu/projects/scconfig" > 'configure'< / a > configuration.< / li >
< li > standard location of installed files / docs / rcfiles.< / li >
< li > Lot of improvements and bug fixes.< / li >
< / ol >
< li > Some small startups start using Xschem in 2019, getting feedbacks, bug reports and requests for improvements.< / li >
< li > Succesfully simulated designs (even complete systems) on
< a href = "https://sourceforge.net/projects/ngspice" > NGSPICE< / a > ,
< a href = "https://xyce.sandia.gov" > Xyce< / a > , HSPICE,
< a href = "ftp://icarus.com/pub/eda/verilog/v10" > Icarus Verilog< / a > , ModelSim,
< a href = "https://github.com/ghdl/ghdl" > GHDL< / a > . Generic interface to simulation engines added in 2019.
< li > Bindings for < a href = "https://sourceforge.net/projects/gtkwave/" > Gtkwave< / a > , < a href = "http://gaw.tuxfamily.org/" > Gaw< / a > (Gwave improvement) for waveforms in 2019.< / li >
2022-06-09 23:46:05 +02:00
< li > Adding bindings to other simulators (free/proprietary) and viewers is extremely simple (edit simrc file).< / li >
2022-06-25 10:04:27 +02:00
< li > In 2020 created github repository, Joined the Skywater Free and Open source Silicon Initiative (FOSSi),
created symbol libraries for the 130nm process node, get lot of user feedback.< / li >
2020-08-08 15:47:34 +02:00
< / ul >
< / h3 >
<!-- end of slide -->
< div class = "filler" > < / div >
< / div >
<!-- frame footer -->
< iframe seamless src = "xschem_footer.html" class = "footer_iframe" >
< / body >
< / html >