amaranth/nmigen/hdl
whitequark 58e39f90ce hdl.mem: coerce memory init values to integers.
The coercion is carefully chosen to accept (other than normal ints)
instances of e.g. np.int64, but reject instances of e.g. float.
See https://stackoverflow.com/a/48940855/254415 for details.

Fixes #93.
2019-06-11 03:38:44 +00:00
..
__init__.py Clean up imports. 2019-06-04 08:18:50 +00:00
ast.py hdl: make all public Value classes other than Record final. 2019-05-12 05:40:17 +00:00
cd.py Rename fhdl→hdl, genlib→lib. 2018-12-15 14:25:31 +00:00
dsl.py hdl.dsl: allow adding submodules with computed name, like with domains. 2019-06-03 02:22:55 +00:00
ir.py hdl.ir: rephrase elaboratable warning to not look like an error. 2019-06-04 13:11:15 +00:00
mem.py hdl.mem: coerce memory init values to integers. 2019-06-11 03:38:44 +00:00
rec.py hdl.rec: unbreak hasattr(rec, ...). 2019-06-03 07:43:31 +00:00
xfrm.py hdl.xfrm: handle empty lhs in LHSGroup{Analyzer,Filter}. 2019-06-04 10:26:01 +00:00