intel / intel/rohd

Add a quick way to instantiate simple external SystemVerilog modules.

Open
#431 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Dart
Stars
489
Forks
88
Avg merge
3d 23h
Merged PRs (30d)
10

Description

### Motivation

A lot of the time, someone may want to instantiate a SystemVerilog module without creating a new class definition or defining any internal behaviors. In these cases, you could imagine something where a simple function call instantiates an arbitrary SystemVerilog module.

### Desired solution

A function (maybe a `static` function on `ExternalSystemVerilogModule`?) which accepts arguments for input ports, output ports, definition name, and parameters, and creates an instance of a that module appropriately.

### Alternatives considered

_No response_

### Additional details

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.