diff --git a/amaranth/build/plat.py b/amaranth/build/plat.py index 7b22735..309099d 100644 --- a/amaranth/build/plat.py +++ b/amaranth/build/plat.py @@ -404,7 +404,7 @@ class TemplatedPlatform(Platform): else: assert False - return "\n".join(commands) + return "\n".join(commands) + "\n" @jinja2.pass_context def invoke_tool(context, name):