-
Notifications
You must be signed in to change notification settings - Fork 915
[prim] Remove primgen and replace with virtual cores #23555
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
Changes from all commits
8fc4d43
16449ab
0fa3916
61c67b0
12cdb28
c67d230
0d0204f
cb0a196
7cb61bf
6151682
6040549
318b9be
d42f267
bcb56e4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,9 @@ | |
| "{dv_root}/tools/dvsim/bazel.hjson", | ||
| "{dv_root}/tools/dvsim/{tool}.hjson"] | ||
|
|
||
| sv_flist_gen_flags: ["--flag=fileset_{design_level}", | ||
| "--mapping=lowrisc:prim_generic:all:0.1"] | ||
|
|
||
|
Comment on lines
+16
to
+18
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we're going to set a default mapping here, we should document how to override For dvsim, I think we should document the base configurations and explicitly require fusesoc as a dependency. If there were any hope of somehow abstracting away that dependency, that is gone now, hehe. Downstream user configuration files will explicitly have fusesoc-specific parameters in them. This can all be done in future PRs. |
||
| // Default directory structure for the output | ||
| build_dir: "{scratch_path}/{build_mode}" | ||
| run_dir_name: "{index}.{test}" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.