1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

294 Commits

Author SHA1 Message Date
Jan Decaluwe
f2877dac31 merge 2009-01-09 22:18:50 +01:00
Guenter Dannoritzer
ac26dda8a5 Fixed two typos, added an intbv class link and reformated an paragraph 2009-01-09 18:07:35 +01:00
Jan Decaluwe
653e8ae511 small doc fixes 2009-01-09 12:33:14 +01:00
Jan Decaluwe
63b8f09a70 fixed return value of len() in doc 2009-01-08 15:54:08 +01:00
Jan Decaluwe
f65fee6f5e proofread and restructuring of intbv documentation 2009-01-08 15:36:32 +01:00
Jan Decaluwe
46162e8823 minor doc fixes 2008-12-22 18:19:57 +01:00
Jan Decaluwe
7255653ed2 version number 0.6 2008-12-21 15:42:55 +01:00
Guenter Dannoritzer
515265773a Fixed typos in the manual 2008-12-09 13:42:22 +01:00
Guenter Dannoritzer
df3b5d5c54 Added another index entry for intbv conversion 2008-12-09 12:50:31 +01:00
Guenter Dannoritzer
d3929bea20 Added index entry to intbv conversion documentation 2008-12-09 12:39:06 +01:00
Guenter Dannoritzer
e6ac4e8bef Added examples of intbv instantiation
Added some examples about creating intbv instances in the subsection
"Bit oriented operations" of the manual.
Did some small rewording in the bit slicing subsection.
2008-12-09 12:12:34 +01:00
Guenter Dannoritzer
75c474bfea Fixed small formating error in the signed() section 2008-12-05 15:49:50 +01:00
Jan Decaluwe
b9d083e10f fixed some reported typo's 2008-11-26 00:56:41 +01:00
Jan Decaluwe
e6ed18682b sidebar style adaptation 2008-11-25 17:40:13 +01:00
Jan Decaluwe
0db279f70a updated preface 2008-11-25 17:06:48 +01:00
Jan Decaluwe
03aff647eb Added documentation about handling hierarchy 2008-11-25 16:40:37 +01:00
Jan Decaluwe
dcc6d147e1 Reworked documentation about user-defined code 2008-11-24 21:26:26 +01:00
Jan Decaluwe
4cb56fbd12 improved conversion examples doc 2008-11-23 23:24:38 +01:00
Jan Decaluwe
d23f0f303d Added VHDL examples to documentation 2008-11-23 22:36:16 +01:00
Jan Decaluwe
fa723b9840 test bench conversion, cosimulation, decorator documentation 2008-11-19 00:58:51 +01:00
Jan Decaluwe
c0138bb2f6 doc about issues with VHDL cosimulation 2008-11-18 00:13:12 +01:00
Jan Decaluwe
e215aae210 Added template transformation section 2008-11-16 09:22:48 +01:00
Jan Decaluwe
32e10d5898 Put conversion examples in separate chapter 2008-11-16 09:15:32 +01:00
Jan Decaluwe
e1cce08a23 conversion doc restructuring 2008-11-15 18:14:04 +01:00
Jan Decaluwe
f8ccaceb4a Updated type mapping and supported statements documentation 2008-11-15 16:52:25 +01:00
Jan Decaluwe
4b3bcfac8f conversion doc updates 2008-11-15 00:06:37 +01:00
Jan Decaluwe
9a1da9df62 conversion chapter 2008-11-12 23:46:53 +01:00
Jan Decaluwe
dc1b33f114 Partial update of conversion chapter 2008-11-12 19:08:11 +01:00
Jan Decaluwe
cbb30b0da5 Improved type mapping explanation 2008-11-12 16:37:53 +01:00
Jan Decaluwe
03e2e8b55f Updated manual preface 2008-11-12 00:17:21 +01:00
Jan Decaluwe
6087af55d7 Doc updates, parts of VHDL conversion info to reference 2008-11-09 19:47:03 +01:00
Jan Decaluwe
35a182c8a8 doc proofread 2008-11-07 23:52:33 +01:00
Jan Decaluwe
8f378b2849 registration doc update 2008-11-07 21:53:08 +01:00
Jan Decaluwe
fdfead0356 Custom stylesheet 2008-11-07 16:18:33 +01:00
Jan Decaluwe
ac74c06050 First complete pass on whatsnew doc 2008-09-26 15:46:16 +02:00
Jan Decaluwe
5403c6fb1e whatsnew new sections 2008-09-24 17:41:09 +02:00
Jan Decaluwe
c04a08657a whatsnew doc improvement 2008-09-23 23:55:43 +02:00
Jan Decaluwe
3a3e0e6a3e partial rewrite of whatsnew doc 2008-09-23 17:33:38 +02:00
Jan Decaluwe
5a59d04e6f Added whatsnew document 2008-09-22 20:16:11 +02:00
Jan Decaluwe
85f2db5233 Improved new documentation setup 2008-09-21 09:55:14 +02:00
Guenter Dannoritzer
5ebb299b71 Fixed some typing mistakes 2008-08-26 14:24:53 +02:00
Guenter Dannoritzer
0cd710da2c Extended intbv.signed() documentation
Added example of intbv.signed() with slice.
Moved index entries for intbv.min, .max, and ._nrbits up to the bit
slicing section.
Reworded the intbv.signed() description
2008-08-26 12:53:58 +02:00
Guenter Dannoritzer
b0205d400b Updated and added some index entries in the document
Renamed the latest enum() entry in the index.
Added new entry for concat() function.
Fixed some wording in the bit slicing section.
2008-08-25 23:05:10 +02:00
Guenter Dannoritzer
c4aa753687 Added reference for intbv.signed()
Added reference documentation for the intbv.signed() member function.
2008-08-25 13:38:20 +02:00
Guenter Dannoritzer
c9d7f3206c Added intbv.signed() documentation
In the introductional section of the manual under bit oriented
operations there is a new subsection describing the signed() member
function of intbv.
2008-08-25 12:33:03 +02:00
Guenter Dannoritzer
c13932aba2 Added index entry for enum() function usage
When using the index of the documentation I was missing a link for the
enum() usage. There is an entry for the enum() function that links to
the "Miscellaneous modelling support functions" section, but there is a
much better explanation of the enum() function in the "Finite State Machine
modeling" chapter. This changeset adds an index entry for enum() to this
chapter.
2008-08-22 15:56:32 +02:00
Jan Decaluwe
6c3947bac2 added sphinx dirs and placeholder files 2008-05-28 14:33:17 +02:00
jand
c4f39dd91e sphinx makefile update
use palatino font
2008-04-11 19:56:58 +00:00
jand
773571b2d2 different script name 2008-03-27 16:46:23 +00:00
jand
b36a581e9a added image file (doesn't work with sphinx yet) 2008-03-25 16:01:28 +00:00