Difference between revisions of "User talk:Stefan"

From F-Si wiki
Jump to navigation Jump to search
(Created page with "* Speaker: Stefan Schippers * email: stefan.schippers@gmail.com * Xschem [https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.html documentation] * Xschem [https://xsch...")
 
(added more information and abstract)
Line 3: Line 3:
* Xschem [https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.html documentation]
* Xschem [https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.html documentation]
* Xschem [https://xschem.sourceforge.io/stefan/xschem_man/tutorial_xschem_slides.html presentation]
* Xschem [https://xschem.sourceforge.io/stefan/xschem_man/tutorial_xschem_slides.html presentation]
* Speaker(s): Xxx Yyy
* email: xx@yy.zz (voluntary information -it will help others to contact you in case of need)
* other information: xxx
==Abstract==
Xschem is a schematic capture program, it allows creation of hierarchical representation of circuits with a top down approach . By focusing on interfaces, hierarchy and instance attributes a complex system can be described in terms of simpler building blocks. A VHDL or Verilog or Spice netlist can be generated from the drawn schematic, allowing the simulation of the circuit. Key feature of the program is its drawing engine written in C and using directly the Xlib drawing primitives; this gives very good speed performance, even on very big circuits, and little dependencies on other tools. The user interface is built with the Tcl-Tk toolkit, tcl is also the extension language for scripting xschem commands.
==Slides==
* [[:File:File_name.pdf|Slides]]
==Software==
===General information===
* Repository: https://github.com/StefanSchippers/xschem
* Main documentation website: https://xschem.sourceforge.io/stefan/index.html

Revision as of 07:32, 19 June 2022


  • Speaker(s): Xxx Yyy
  • email: xx@yy.zz (voluntary information -it will help others to contact you in case of need)
  • other information: xxx

Abstract

Xschem is a schematic capture program, it allows creation of hierarchical representation of circuits with a top down approach . By focusing on interfaces, hierarchy and instance attributes a complex system can be described in terms of simpler building blocks. A VHDL or Verilog or Spice netlist can be generated from the drawn schematic, allowing the simulation of the circuit. Key feature of the program is its drawing engine written in C and using directly the Xlib drawing primitives; this gives very good speed performance, even on very big circuits, and little dependencies on other tools. The user interface is built with the Tcl-Tk toolkit, tcl is also the extension language for scripting xschem commands.

Slides

Software

General information