-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
68 lines (39 loc) · 1.69 KB
/
resources.html
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
<html>
<body>
<pre>
External resources :
--------------------
GHDL at GNA : http://gna.org/projects/ghdl
* VHDL References
(LRM in HTML or PDF ?)
http://www.vhdl.org/ (GHDL is not linked back from there, BTW)
comp.lang.vhdl Frequently Asked Questions And Answers
http://www.vhdl.org/comp.lang.vhdl/FAQ1.html (Part 1): General
http://www.vhdl.org/comp.lang.vhdl/FAQ4.html (Part 4): VHDL Glossary
* Tutorials
in french : http://vhdl33.free.fr/wp-content/cours/cours2007.htm
* Papers
Pascal Giard, communication with POSIX shared memory and CORBA
http://organact.mine.nu/dokuwiki/_media/mesetudes:mnrc08.pdf?id=mesetudes&cache=cache
A Methodology and Toolset to Enable SystemC and VHDL Co-simulation
http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4208939
http://www.lsc.ic.unicamp.br/publications/maciel2007isvlsi.pdf
* Articles
In GNU/Linux Magazine France (in french) issues n°126 (04/2010), HS47 (04-05/2010),
127 (05/2010), 130 (09/2010), 131 (10/2010), 132 (11/2010) and more...
* Source code
http://ygdes.com/GHDL/
Files with or for GHDL users :
parameterised LFSR, environment variable reading, Linux Framebuffer display,
7-segment display library, real-time simulation
http://www.myhdl.org/doku.php/dev:vhdl_cosim
VHDL Cosimulation with GHDL (VPI, VHPI)
http://www.myhdl.org/doku.php/dev:vhdl_cosim:ghdl_vpi1
Modifications to GHDL VPI Examples
"This was a quick experiment to take the cver VPI implementation, compile it and load it in GHDL.
The experiment was successful but was a very limited experiment. Although the VPI was loaded
successfully nothing from the VPI interface was accessed. Need to do some more experiments
to test feasibility of the VPI interface."
<pre>
</body>
</html>