OpenCores
Issue List
Variables with Similar Text #2
Closed sckoarn opened this issue over 15 years ago
sckoarn commented over 15 years ago

The parser compares the current variable with length l to variables in the list using the same length value. This causes a variable creation error during parsing. Example:

-- This inline variable DONE123:

-- Causes the system to think this is a duplicate addition DONE:

Because the length of DONE is used to compare both variables.

sckoarn was assigned over 15 years ago
sckoarn closed this over 15 years ago

Assignee
sckoarn
Labels
Bug