Skip to content

binary_to_thermometer_decoder/opt_delay.v #6

Description

@maxwellfcairo

Opt_delay never sets bit 255 of the output, so for i=256, the output is 0111 1111 ... when it should be 1111 1111 ...
see i < ((2**DIN_WIDTH)-1) on line 15

https://github.com/scale-lab/Pluto/blob/main/problems/easy/binary_to_thermometer_decoder/opt_delay.v

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions