File: README

package info (click to toggle)
gnucap 1%3A0.36~20091207-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,376 kB
  • ctags: 5,400
  • sloc: cpp: 28,713; sh: 903; makefile: 128; ansic: 47
file content (72 lines) | stat: -rw-r--r-- 1,830 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Readme for development snapshot 2007-02-21

This is a development snapshot.  As such, there may be problems due to
new work.

The most important change here is enhanced plugin support, and the 3
new model packages, distributed separately.

Also, commands use the dispatcher, so they can be added as plugins.



Readme for development snapshot 2006-12-04

This is a development snapshot.  As such, there may be problems due to
new work.

New features: "attach" and "detach" commands, for attaching and
detaching compiled modules.

To use ....

Start with a .model file.

Compile it .....

>> gnucap-modelgen my-model.model

.. produces my-model.h amd my-model.cc

Compile that, with "-fPIC -shared" options

>> g++  -fPIC -shared  my-model.cc

.. produces a.out  (you could name it with -o ..)

Now, run gnucap

>> gnucap

(signs on..)

then you can attach the model..

gnucap> attach ./a.out

gnucap>  

.. now you can use your model!!




This snapshot includes some new verilog code, which is incomplete and
not ready for anyone but a developer.  You can safely ignore it for
now.

It also changes the way models, devices, and functions are dispatched.
The new version uses a dispatcher object, that is built on start-up,
based on what modules are linked.  Models, devices, and functions can
be added simply by linking them in.  There is no need to change
anything else.  Likewise, if you don't need a model, device, or
function, and want a version with it missing, just remove it from
"Make1" and relink.

The latest "stable" version is 0.35.  If you want to help development,
use this snapshot and tell us what you find.  If you don't want to
live on the edge, use the stable version.

If you are making binary packages for distribution, please try this
version and let me know how it works, but continue to distribute 0.35.