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

Improve detection of 32 bit versions of ModelSim. #3

Merged
merged 1 commit into from
Nov 3, 2017

Conversation

michael-adler
Copy link
Member

No description provided.

Copy link

@rahulrs rahulrs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are basing the judgement of using 64-bit on the Version preamble. Can we use "vsim -help" instead to make that judgement?

I ran:
$ vsim -help | grep 64
-64 Run in 64-bit mode
This doesn't grep in the Modelsim Altera version.

UPDATE: We could use the simpler method for now.

@michael-adler michael-adler merged commit 87294f0 into master Nov 3, 2017
@michael-adler michael-adler deleted the mcadler/modelsim32 branch November 3, 2017 17:28
anandaravuri added a commit that referenced this pull request Nov 30, 2023
…ndary check

fix#1
For the correct value of loop count, the following condition must be satisfied.
max(READ,WRITE) * loop_count <= 268,435,456

fix #2
cannot have READs only (without any previous WRITEs)

fix #3
 READs cannot exceed #WRITEs

Fix #4
Read HDM size from CSR.

Signed-off-by: anandaravuri <ananda.ravuri@intel.com>
anandaravuri added a commit that referenced this pull request Dec 1, 2023
…u… (#3054)

* ix:CXL traffic generator read/write bandwidth and input arguments boundary check

fix#1
For the correct value of loop count, the following condition must be satisfied.
max(READ,WRITE) * loop_count <= 268,435,456

fix #2
cannot have READs only (without any previous WRITEs)

fix #3
 READs cannot exceed #WRITEs

Fix #4
Read HDM size from CSR.

Signed-off-by: anandaravuri <ananda.ravuri@intel.com>

* fix code review comments

Signed-off-by: anandaravuri <ananda.ravuri@intel.com>

---------

Signed-off-by: anandaravuri <ananda.ravuri@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants