Skip to content

Option to emit case statement without inside keyword #1979

@taichi-ishitani

Description

@taichi-ishitani

Currenlty, case statement is emitted into case inside statement.
However, funcations that include case inside statement can't be put RHS of parameter delcarations.

Error-[NYI] Not Yet Implemented
/home/ishitani/workspace/pzdma/hw/sim/pzdma_256b_dual_engines_rtl/sim_binary/dependencies/pzdma/hw/rtl/pzdma/pzdma_source_bus_adapter.sv, 39
  Feature is not yet supported: inside operator is not supported by constant
  function evaluation.
  Source info: case (max_burst_size) inside
  pzdma_burst_length_BURST_LENGTH_32:

To resolve this, a new option to select how to eimit case statement is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolsTools feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions