Skip to content

Support for inspecting in Verilog or VHDL. #12

@joshgalvan

Description

@joshgalvan

I only know Verilog well enough to comment on it, but I know VHDL would benefit from this, too.

In Verilog numbers written default to decimal, but if prepended by 'b or 'h the number is binary or hexadecimal, respectively. 'd also works if you want to explicitly write a decimal value.

The normal way someone would write a number in Verilog is: som_var = 8'hFF.
This means the following number is 8 bits wide and is represented in hexadecimal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions