Verilog / VHDL code sample on hover for "extern" modules #35
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
When the user declares an
extern module
, their intention is to include some external Verilog or VHDL code.It would be convenient if we would provide a Verilog or VHDL code sample for the interface of this extern module, such that the user can copy or verify it.
Example:
What the hover signature could then say is: (lifted straight from https://github.com/VonTum/Dedekind/blob/main/hardware/src/memory.v#L112C1-L129C3)
This may be a bit of a complicated example, especially because it's parametrized (which is an open issue #25), but the basic point stands.
The text was updated successfully, but these errors were encountered: