From a795979a9d3785d8a8b5fa5199d9e31d3f1e567d Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Thu, 17 Oct 2024 14:10:33 +0200 Subject: [PATCH] fall_through_register: Fix description --- src/fall_through_register.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fall_through_register.sv b/src/fall_through_register.sv index 01101677..ae40b839 100644 --- a/src/fall_through_register.sv +++ b/src/fall_through_register.sv @@ -9,7 +9,7 @@ // specific language governing permissions and limitations under the License. // Fall-through register with a simple stream-like ready/valid handshake. -// This register does not cut combinatorial paths on any signals: in case the module at its output +// This register ONLY cuts the ready combinatorial path. In case the module at its output // is ready to accept data within the same clock cycle, they are forwarded. Use this module to get a // 'default ready' behavior towards the input. module fall_through_register #(