Skip to content

Add support for parameterized bus width for block IO ports #224

Closed
@adumont

Description

@adumont

Support parameterized bus width for IO ports used in block

Like here:

module automaton #(parameter WIDTH = 8) 
  ( input wire clk
    output wire [WIDTH-1:0] data
  );```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Add support for parameterized bus width for block IO ports · Issue #224 · FPGAwars/icestudio