amaranth/amaranth
Catherine 5d9ad62f36 build.plat,vendor: start build.sh with #!/bin/sh.
The build scripts generated by Amaranth are designed to be invoked by
directly running them with any shell (some of them will re-invoke
themselves with `bash` specifically, when it's a toolchain requirement),
and they're not currently marked executable, so there's no shebang.

Add a shebang line to improve compatibility with cases where they are
treated as executables in their own right.
2024-01-03 11:45:57 +00:00
..
_toolchain Drop support for Python 3.7. 2023-06-28 14:50:30 +00:00
back hdl: remove deprecated Sample, Past, Stable, Rose, Fell. 2023-12-13 11:13:14 +00:00
build build.plat,vendor: start build.sh with #!/bin/sh. 2024-01-03 11:45:57 +00:00
hdl hdl.ast: make Slice const-castable. 2023-12-30 11:28:03 +00:00
lib Implement RFC 20: Remove non-FWFT FIFOs. 2023-12-13 11:41:19 +00:00
sim hdl: remove deprecated Sample, Past, Stable, Rose, Fell. 2023-12-13 11:13:14 +00:00
vendor build.plat,vendor: start build.sh with #!/bin/sh. 2024-01-03 11:45:57 +00:00
__init__.py Bring __version__ retrieval up to date. NFCI 2023-08-16 14:40:16 +00:00
_unused.py Pyupgrade to 3.8+. NFCI 2023-11-14 13:07:21 +00:00
_utils.py hdl.ast: deprecate Sample, Past, Rose, Fell, Stable. 2023-02-28 14:30:04 +00:00
asserts.py hdl: remove deprecated Sample, Past, Stable, Rose, Fell. 2023-12-13 11:13:14 +00:00
cli.py back.rtlil,cli: allow suppressing generation of src attributes. 2021-12-11 11:38:40 +00:00
rpc.py Pyupgrade to 3.8+. NFCI 2023-11-14 13:07:21 +00:00
tracer.py tracer: recognize Python 3.13's CALL_KW opcode. 2023-10-20 14:45:11 +00:00
utils.py Pyupgrade to 3.8+. NFCI 2023-11-14 13:07:21 +00:00