-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathROADMAP
More file actions
30 lines (22 loc) · 1.36 KB
/
Copy pathROADMAP
File metadata and controls
30 lines (22 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
== Component library
The main purpose of this package is to provide components compatible with
Qucsator, the default simulator of the Qucs project. With these, the Qucs
schematics hardwired for use with Qucsator retain their use in Gnucap.
== Qucsator i/o compatibility
Gnucsator provides plugins that allow Gnucap to read and process Qucsator
input. This is meant to facilitate the transition and enables testing of
common features and compare the performances between *csators.
== Schematic format
Qucs has moved on to a suitable schematic format and there is no more need for
Qucsator style intermediate netlists with partial data. The idea here is to
store the circuit in a comprehensible format, and keep it intact when passing
it to another tool (or newer versions of the same tool). The new format follows
an established standard [1]. See Qucs/ROADMAP [2] for details.
== User supplied component models
As the support for standards in Free Software is growing, it will become more
practical for users to add their own models to the system. Some simulators
implement compact modelling features from Verilog-A, others implement
Verilog-95. Gnucsator inherits language compliance from Gnucap, which is
currently moving towards Verilog-AMS.
[1] http://gnucap.org/dokuwiki/doku.php/gnucap:user:netlist_import_and_export
[2] https://codeberg.org/qucs/gui/src/branch/develop/ROADMAP