whitequark
|
4c582ef609
|
hdl.rec: allow using Enum subclass as shape.
Fixes #223.
|
2019-09-22 15:17:40 +00:00 |
|
whitequark
|
0ab0a74ec1
|
hdl.rec: respect modifications to signals in Record.like().
Fixes #126.
|
2019-07-08 10:59:15 +00:00 |
|
whitequark
|
6b843b5be6
|
hdl.rec: implement slicing by component names.
Fixes #121.
|
2019-07-02 17:46:53 +00:00 |
|
whitequark
|
34f110100a
|
hdl.rec: implement Record.like.
Fixes #120.
|
2019-07-02 17:46:53 +00:00 |
|
whitequark
|
a1940c5528
|
hdl.rec: unbreak hasattr(rec, ...).
hasattr() requires that AttributeError be raised. Change __getitem__
to raise AttributeError, too, since it is fundamentally just sugar
for getattr().
|
2019-06-03 07:43:31 +00:00 |
|
whitequark
|
2b7dc37ffe
|
hdl.rec: allow providing fields during construction.
This allows creating records populated with e.g. signals with custom
names, or sub-records that are instances of Record subclasses.
|
2019-05-25 22:06:56 +00:00 |
|
whitequark
|
ce1eff5464
|
hdl.rec: implement Record.connect.
Fixes #31.
|
2019-04-21 06:37:08 +00:00 |
|
whitequark
|
611c25f909
|
hdl.rec: fix slicing of records.
|
2019-04-19 19:55:39 +00:00 |
|
anuejn
|
3c95299c4e
|
hdl.rec: separate record and signal name with __, not _.
This makes names of signals within records less ambiguous, in case
they themselves have underscores within them.
|
2019-03-25 14:26:00 +00:00 |
|
whitequark
|
3c07d8d52c
|
hdl.rec: include record name in error message.
|
2019-01-01 03:39:12 +00:00 |
|
whitequark
|
031a9e2616
|
hdl.rec: use a helpful error on unknown field reference.
|
2019-01-01 03:35:34 +00:00 |
|
whitequark
|
92a96e1644
|
hdl.rec: add basic record support.
|
2018-12-28 13:22:10 +00:00 |
|