Skip to content

[Seq] Pipeline generator #587

Closed
@mikeurbach

Description

@mikeurbach

A common pattern seems to be generating an RTL (in the "register-transfer level") pipeline of some depth, most recently brought up here: #585 (comment). This pattern appears in Handshake's lowering of memories for an analogous reason: to delay the control network to match the memory delay. Finally, ESI's buffers are lowered into pipeline stages implemented by an external module implemented in System Verilog.

It would be great if CIRCT could provide some sort of shared utility that these uses could all rely on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions