amaranth/nmigen
whitequark 1ee21d2007 build.plat, vendor.*: don't join strings passed as _opts overrides.
Right now an array is expected in any _opts overrides, and if it is
actually a string (because it is passed via an environment variable,
usually), awkwardness results as each character is joined with ` `.

Fixes #130.
2019-07-06 23:09:46 +00:00
..
back back.rtlil: emit \src attributes for processes via Switch and Assign. 2019-07-03 16:27:54 +00:00
build build.plat, vendor.*: don't join strings passed as _opts overrides. 2019-07-06 23:09:46 +00:00
compat compat.fhdl.specials: mark CompatMemory as Elaboratable. 2019-07-03 13:28:57 +00:00
hdl hdl.dsl: fix src_loc_at for FSM state signal. 2019-07-03 16:34:31 +00:00
lib hdl.mem: use read_port(domain="comb") for asynchronous read ports. 2019-07-01 19:56:49 +00:00
test build.res: detect physical conflicts earlier. 2019-07-03 15:07:44 +00:00
vendor build.plat, vendor.*: don't join strings passed as _opts overrides. 2019-07-06 23:09:46 +00:00
__init__.py Clean up imports. 2019-06-04 08:18:50 +00:00
_version.py Add versioneer. 2019-05-26 11:20:13 +00:00
cli.py hdl.ir: rename .get_fragment() to .elaborate(). 2019-01-26 02:31:12 +00:00
formal.py Clean up imports. 2019-06-04 08:18:50 +00:00
tools.py hdl: make all public Value classes other than Record final. 2019-05-12 05:40:17 +00:00
tracer.py tracer: factor out get_var_name(default=). 2019-03-03 18:21:22 +00:00