You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if the title is a great description, I can change it after. It would be nice if when you hover over a constant value that is used somewhere, if it continues recursing up the tree to a concrete value. For example, take the following example
If you were to hover over the C_CONSTANT_B in the o_output assignment, it would return C_CONSTANT_A / 2. This isn't super helpful, it would be nice if it would (as best as possible) land on a concrete value, in this case it would be 16. If it were to show the different steps it took, that'd be nice. Something like showing
I don't know if the title is a great description, I can change it after. It would be nice if when you hover over a
constant
value that is used somewhere, if it continues recursing up the tree to a concrete value. For example, take the following exampleIf you were to
hover
over theC_CONSTANT_B
in theo_output
assignment, it would returnC_CONSTANT_A / 2
. This isn't super helpful, it would be nice if it would (as best as possible) land on a concrete value, in this case it would be16
. If it were to show the different steps it took, that'd be nice. Something like showingThat might be as far as you could go, since the module could be instantiated multiple times, with different values of
G_INPUT_SIZE
.The text was updated successfully, but these errors were encountered: