amaranth/nmigen
whitequark 9ea3ff7ae2 build.plat: bypass tool detection if NMIGEN_*_env is set.
It's not practical to detect tools within the toolchain environment
for various reasons, so just assume the tools are there if the user
says they are.

Before this commit, the tools would be searched outside the toolchain
environment, which of course would always fail for Vivado, ISE, etc.
2019-09-12 21:56:48 +00:00
..
back back: return name map from convert_fragment(). 2019-09-11 23:22:12 +00:00
build build.plat: bypass tool detection if NMIGEN_*_env is set. 2019-09-12 21:56:48 +00:00
compat lib.cdc: make domain properties private. 2019-09-12 13:54:48 +00:00
hdl hdl.mem: use keyword-only arguments as appropriate. 2019-09-12 20:03:48 +00:00
lib lib.fifo: make fwft a keyword-only argument. 2019-09-12 19:38:18 +00:00
test lib.fifo: make fwft a keyword-only argument. 2019-09-12 19:38:18 +00:00
vendor build.plat: bypass tool detection if NMIGEN_*_env is set. 2019-09-12 21:56:48 +00:00
__init__.py Remove nmigen.lib from prelude. 2019-09-06 06:53:06 +00:00
_toolchain.py _toolchain,build.plat,vendor.*: add required_tools list and checks. 2019-08-31 00:05:47 +00:00
asserts.py hdl.ast,back.rtlil: implement Cover. 2019-09-03 01:32:24 +00:00
cli.py hdl.ir: rename .get_fragment() to .elaborate(). 2019-01-26 02:31:12 +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: fix typo. 2019-08-19 20:20:18 +00:00