From 09771a08b37f3b16029d181e758606f0b64c28cb Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 18 Mar 2024 19:50:58 +0100 Subject: [PATCH] RFC #36: Final changes. --- text/0036-async-testbench-functions.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/text/0036-async-testbench-functions.md b/text/0036-async-testbench-functions.md index 201fed5..d853c13 100644 --- a/text/0036-async-testbench-functions.md +++ b/text/0036-async-testbench-functions.md @@ -1,6 +1,6 @@ -- Start Date: (fill me in with today's date, YYYY-MM-DD) -- RFC PR: [amaranth-lang/rfcs#0036](https://github.com/amaranth-lang/rfcs/pull/0036) -- Amaranth Issue: [amaranth-lang/amaranth#0000](https://github.com/amaranth-lang/amaranth/issues/0000) +- Start Date: 2024-03-18 +- RFC PR: [amaranth-lang/rfcs#36](https://github.com/amaranth-lang/rfcs/pull/36) +- Amaranth Issue: [amaranth-lang/amaranth#1213](https://github.com/amaranth-lang/amaranth/issues/1213) # Async testbench functions @@ -265,8 +265,7 @@ Other python libraries like [cocotb](https://docs.cocotb.org/en/stable/coroutine ## Unresolved questions [unresolved-questions]: #unresolved-questions -- Bikeshed all the names. - - (@whitequark) Should we go for `posedge` (Verilog convention) or `pos_edge` (Python convention)? +None. ## Future possibilities [future-possibilities]: #future-possibilities