Verilator generates calls to an undefined function named: VL_SHIFTL_QQW #1412
Comments
Original Redmine Comment |
Original Redmine Comment Thanks for the patch, very close, just had to make a minor change in that it needs to be passed QData input to avoid truncating upper 32 bits. Fixed in git towards 4.014. |
Original Redmine Comment In 4.014. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author Name: Larry Lee (@llee454)
Original Redmine Issue: 1412 from https://www.veripool.org
Original Assignee: Larry Lee (@llee454)
Verilator is generating calls to a undefined function named VL_SHIFTL_QQW.
I've found that defining this function in include/verilated.h fixes this issue. To resolve, simply add the following definition to include/verilated.h after VL_SHIFTL_IIW:
I've created a Git fork with the necessary changes that can be pulled into your Git repo.
The text was updated successfully, but these errors were encountered: