Skip to content

Commit

Permalink
fall_through_register: Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Oct 17, 2024
1 parent 554ebbc commit a795979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fall_through_register.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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 #(
Expand Down

0 comments on commit a795979

Please sign in to comment.