1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

1171 Commits

Author SHA1 Message Date
Oscar Diaz
3bafd2fcaa add support for _to*Convertor derived classes
* Final clean-up moved to _cleanup() method
* adding _convert_filter() method
0.7-final
2013-04-15 22:09:45 +02:00
Oscar Diaz
538043b6c7 add support for "func" and "argdict" members to _Instance object
"func": reference to called function
"argdict" : all other arguments and values not in sigdict or memdict
2013-04-15 22:08:00 +02:00
Jan Decaluwe
6e3df2c439 Solved bug 28 2013-04-10 14:30:45 +02:00
Jan Decaluwe
a1d8d83f97 allow EnumType as free var in always_comb 2012-05-30 17:44:18 +02:00
Jan Decaluwe
e8365dd477 Raise error on constant enum signal 2012-05-29 09:27:07 +02:00
Jan Decaluwe
5aad5f3254 Solved bug 3529686 2012-05-25 11:09:22 +02:00
Jan Decaluwe
626fa15d62 corrected Easics link 2012-04-18 20:44:07 +02:00
Jan Decaluwe
68f6a53ae8 lfsr shift implementation 2011-05-20 21:07:24 +02:00
Jan Decaluwe
654b7cd869 benchmark snapshot 2011-05-20 09:14:06 +02:00
Jan Decaluwe
bb427fc618 timer benchmark 2011-05-18 10:36:04 +02:00
Jan Decaluwe
bc7ac3248f added benchmark dir 2011-05-17 15:53:02 +02:00
Jan Decaluwe
838dc47a13 merge 2011-05-04 21:33:14 +02:00
Günter Dannoritzer
f229fad936 Doc: Added two index entries for 'user-defined code' to the manual. 2011-05-04 20:51:59 +02:00
Jan Decaluwe
20b9a4af22 better error message for unsupported types 2011-04-22 23:33:12 +02:00
Jan Decaluwe
a07a9ce322 moved to icarus for test with cosimulation again 2011-04-22 14:48:46 +02:00
Jan Decaluwe
0be158ff43 support for slice signals for lists of signal members 2011-04-22 14:15:31 +02:00
Jan Decaluwe
aed50e8e3b Added tag 0.7 for changeset 5e442df5265c 2010-12-24 10:13:15 +01:00
Jan Decaluwe
e1afa3b3b3 release date 0.7 2010-12-24 10:13:12 +01:00
Jan Decaluwe
9e311a73fe aspell typo check 2010-12-20 10:48:44 +01:00
Jan Decaluwe
52814f1eb3 Version number 0.7 2010-12-19 18:20:35 +01:00
Jan Decaluwe
e95044322d fix vhdl test related to new default value of intbv 2010-12-19 12:59:36 +01:00
Jan Decaluwe
78442acc51 Documentation for docstring propagation 2010-12-19 12:28:51 +01:00
Jan Decaluwe
d7a6a327c9 Doc update for signals used as an index 2010-12-19 09:58:05 +01:00
Jan Decaluwe
2fcf2e05fb Shadow signals documentation 2010-12-18 18:04:57 +01:00
Jan Decaluwe
50246facf8 Documentation of user-defined code with function attributes 2010-12-17 11:40:21 +01:00
Jan Decaluwe
fc4a525ab3 Minor wording updates 2010-12-17 10:51:50 +01:00
Jan Decaluwe
2713795230 finished first pass on reference 2010-11-22 21:50:38 +01:00
Jan Decaluwe
efe7d9ae86 Updated reference info 2010-11-20 22:56:15 +01:00
Jan Decaluwe
9b84b3cc85 list of sigs as port marked as error + unit test 2010-10-19 16:35:09 +02:00
Jan Decaluwe
3fe398fe2a Shadow signal example clarification / Author info 2010-10-16 17:46:02 +02:00
Jan Decaluwe
99ae9136a7 bug fixes related to new default value for intbv 2010-10-14 12:25:30 +02:00
Jan Decaluwe
185a9a5f44 better error message in concat 2010-10-14 11:09:59 +02:00
Jan Decaluwe
1551ce9718 Shadow signal example & acknowledgments 2010-10-13 23:33:55 +02:00
Jan Decaluwe
81fbb63319 shadow signal doc 2010-10-13 16:11:35 +02:00
Jan Decaluwe
824e81fcfd changed initial value of intbv from None to 0 2010-10-13 12:17:36 +02:00
Jan Decaluwe
4938f11e20 prefer blocking assignments for combo logic
(finally giving in :-))
2010-10-10 21:43:16 +02:00
Jan Decaluwe
fd05b11e37 removed old commented-out compiler code 2010-10-10 17:22:24 +02:00
Jan Decaluwe
38c998821b proper conversion of slice index objects in VHDL 2010-10-09 13:11:44 +02:00
Jan Decaluwe
d4f0527879 Fix conversion bug for Signal /intbv as indices 2010-10-09 11:35:58 +02:00
Jan Decaluwe
db012cc557 Better handling of mapping to case in VHDL
use others clause when possible, only convert to case
when it's a full case
2010-10-08 18:21:45 +02:00
Jan Decaluwe
869b7db239 Better way to use classes as namespaces, to keep PyDev happy 2010-10-04 17:28:02 +02:00
Jan Decaluwe
350663e703 correct way to retrieve nr of items in an object's type 2010-10-04 16:25:12 +02:00
Jan Decaluwe
e98a9f0c07 doc version number 2010-09-19 22:52:05 +02:00
Jan Decaluwe
a8cd0701ba shadow signals doc intro 2010-09-19 22:32:22 +02:00
Jan Decaluwe
8df7e0f974 Started up whats'new in 0.7 2010-09-15 22:39:52 +02:00
Jan Decaluwe
628fc1a42a introduced vcom 2010-09-11 23:43:48 +02:00
Jan Decaluwe
d96679b127 vlog/vcom intro 2010-09-11 23:26:57 +02:00
Jan Decaluwe
71123d8996 vsim intro 2010-09-11 23:15:09 +02:00
Jan Decaluwe
1a438778b9 introduced vsim as unit test simulator (both with vlog and vcom) 2010-09-11 23:08:51 +02:00
Jan Decaluwe
c39972585d hex repr for case items 2010-07-29 21:30:31 +02:00