Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiply and divide within component instantiations. #966

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

kmtaylor
Copy link
Contributor

I recently was getting black boxes because in my instantiation of a component, I had port map lines like

       mask => mask(j)(G_DWIDTH/8-1 downto 0),

This was because the component search regex was not matching the / character.

(I was compiling with the --minimal argument)

@eine eine added this to the v5.0.0 milestone Mar 11, 2024
@umarcor
Copy link
Member

umarcor commented Mar 11, 2024

@kmtaylor
Copy link
Contributor Author

I've added the news fragment. Hopefully it's correct.

@eine eine merged commit deef9d3 into VUnit:master Mar 13, 2024
13 checks passed
markuspg pushed a commit to markuspg/vunit that referenced this pull request Sep 25, 2024
…Unit#966)

Co-authored-by: Kim Taylor <kimt@blackmagicdesign.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants