-
Notifications
You must be signed in to change notification settings - Fork 77
Rv64 #712
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
Open
yanyusong57
wants to merge
14
commits into
bespoke-silicon-group:master
Choose a base branch
from
yanyusong57:rv64
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rv64 #712
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
be76f1b
update program build script to 64b
yanyusong57 8807966
fix typo
yanyusong57 2a45f9d
fix linker error
yanyusong57 2275b3d
add BSG_MACHINE_XLEN to 1x1_4X2Y
yanyusong57 6a4a00d
select march and mabi based on machine config
yanyusong57 c642063
change march / mabi while using
yanyusong57 9bc2220
optimize generation and add comment for link gen
yanyusong57 9a4d06a
add BSG_XLEN to NBF.py
yanyusong57 9374f44
update npy, remove unnecessary field
yanyusong57 4c510a6
update multilib compiling
yanyusong57 da9b8ea
use the new toolchain to compile & run tests
yanyusong57 19f201f
fix nbf.py (the objcopy is always rv64 headed)
yanyusong57 81494b1
add BSG_XLEN to other machines
yanyusong57 6df1845
Minor updates
dpetrisko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| BSG_MACHINE_PODS_X = 1 | ||
| BSG_MACHINE_PODS_Y = 1 | ||
|
|
||
| BSG_MACHINE_XLEN = 64 | ||
|
|
||
| BSG_MACHINE_GLOBAL_X = 4 | ||
| BSG_MACHINE_GLOBAL_Y = 2 | ||
|
|
||
| BSG_MACHINE_X_CORD_WIDTH = 7 | ||
| BSG_MACHINE_Y_CORD_WIDTH = 7 | ||
|
|
||
| BSG_MACHINE_RUCHE_FACTOR_X = 3 | ||
| BSG_MACHINE_BARRIER_RUCHE_FACTOR_X = 3 | ||
| BSG_MACHINE_WH_RUCHE_FACTOR = 2 | ||
|
|
||
| BSG_MACHINE_NUM_VCACHE_ROWS = 1 | ||
| BSG_MACHINE_VCACHE_SET = 64 | ||
| BSG_MACHINE_VCACHE_WAY = 4 | ||
| BSG_MACHINE_VCACHE_BLOCK_SIZE_WORDS = 8 | ||
| BSG_MACHINE_VCACHE_DMA_DATA_WIDTH = 32 | ||
| BSG_MACHINE_NUM_VCACHES_PER_CHANNEL = 2 | ||
| BSG_MACHINE_VCACHE_WORD_TRACKING = 1 | ||
|
|
||
|
|
||
| BSG_MACHINE_DRAM_SIZE_WORDS = 536870912 | ||
| BSG_MACHINE_DRAM_BANK_SIZE_WORDS = 16777216 | ||
| BSG_MACHINE_DRAM_INCLUDED = 1 | ||
|
|
||
| BSG_MACHINE_MAX_EPA_WIDTH = 28 | ||
| BSG_MACHINE_BRANCH_TRACE_EN = 0 | ||
| BSG_MACHINE_HETERO_TYPE_VEC = default:0 | ||
|
|
||
| BSG_MACHINE_ORIGIN_Y_CORD = 2 | ||
| BSG_MACHINE_ORIGIN_X_CORD = 4 | ||
|
|
||
| BSG_MACHINE_HOST_Y_CORD = 0 | ||
| BSG_MACHINE_HOST_X_CORD = 4 | ||
|
|
||
| BSG_MACHINE_NETWORK_CFG = e_network_half_ruche_x | ||
| BSG_MACHINE_MEM_CFG = e_vcache_test_mem | ||
| BSG_MACHINE_DRAMSIM3_PKG = bsg_dramsim3_hbm2_8gb_x128_pkg | ||
|
|
||
| BSG_MACHINE_SUBARRAY_X = 1 | ||
| BSG_MACHINE_SUBARRAY_Y = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.