Skip to content

Merge dev to main for release 2024.1 #64

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

Merged
merged 4 commits into from
Apr 1, 2024
Merged

Merge dev to main for release 2024.1 #64

merged 4 commits into from
Apr 1, 2024

Conversation

duc-tran-mchp
Copy link
Collaborator

No description provided.

LindaMongMCHP and others added 4 commits November 10, 2023 13:34
In the last 'always' block of WideMultTopPf_Tb.sv, result checking is
performed when 'result' changes, and 'check_result_widemult' (the golden)
is supposed to change at the same time. In some simulation mode of ModelSim,
we encountered a situation that value change of both 'result' and
'check_result_widemult' happen at the same time, but 'check_result_widemult'
still holds the old value when simulation execution control goes into the
'always @(result)' block. To avoid this simulation implementation issue
affects the correctness of this testbench, an extra statement,
'@(negedge SYSCLK)' is added in the beginning of the 'always @(result)'
block body, to delay result checking to the next negedge clock to make sure
'check_result_widemult' is settled.
…xi_target_linda

Add '-D__STDC_FORMAT_MACROS' to USER_CXX_FLAG of axi_target test
@duc-tran-mchp duc-tran-mchp merged commit ad489be into main Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants