Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Incorrect assignment to uppercase hex literals #238

Open
ynaffitgnay opened this issue Mar 10, 2020 · 0 comments
Open

Incorrect assignment to uppercase hex literals #238

ynaffitgnay opened this issue Mar 10, 2020 · 0 comments

Comments

@ynaffitgnay
Copy link

ynaffitgnay commented Mar 10, 2020

Overview

A variable is assigned the incorrect value when there are uppercase letters in the literal. An example to reproduce the problem can be found at https://github.com/ynaffitgnay/CascadeBenches/blob/master/bugreports/uppercase_hex_assignment.v

The current output is:

>>> ffffffffffffffed
>>> deaddeaddeaddead

It should be:

>>> deaddeaddeaddead
>>> deaddeaddeaddead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant