We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/bespoke-silicon-group/bsg_replicant/blob/main/libraries/bsg_manycore_config_pod.h#L56 https://github.com/bespoke-silicon-group/bsg_replicant/blob/main/libraries/bsg_manycore_config_pod.h#L65
Should obtain origin by calling hb_mc_config_get_origin(cfg) or hb_mc_config_get_origin_vcore(cfg), which is set by machine variables BSG_MACHINE_ORIGIN_COORD_X and BSG_MACHINE_ORIGIN_COORD_Y: https://github.com/bespoke-silicon-group/bsg_replicant/blob/main/machines/pod_X1Y1_ruche_X16Y8_hbm_one_pseudo_channel/Makefile.machine.include#L113-L115
hb_mc_config_get_origin(cfg)
hb_mc_config_get_origin_vcore(cfg)
BSG_MACHINE_ORIGIN_COORD_X
BSG_MACHINE_ORIGIN_COORD_Y
Also, the following pod_id parameter names are inaccurate, should be pod instead since they are coordinates, not indices https://github.com/bespoke-silicon-group/bsg_replicant/blob/main/libraries/bsg_manycore_config_pod.h#L73-L129
pod_id
pod
The text was updated successfully, but these errors were encountered:
gaozihou
Successfully merging a pull request may close this issue.
https://github.com/bespoke-silicon-group/bsg_replicant/blob/main/libraries/bsg_manycore_config_pod.h#L56
https://github.com/bespoke-silicon-group/bsg_replicant/blob/main/libraries/bsg_manycore_config_pod.h#L65
Should obtain origin by calling
hb_mc_config_get_origin(cfg)
orhb_mc_config_get_origin_vcore(cfg)
, which is set by machine variablesBSG_MACHINE_ORIGIN_COORD_X
andBSG_MACHINE_ORIGIN_COORD_Y
:https://github.com/bespoke-silicon-group/bsg_replicant/blob/main/machines/pod_X1Y1_ruche_X16Y8_hbm_one_pseudo_channel/Makefile.machine.include#L113-L115
Also, the following
pod_id
parameter names are inaccurate, should bepod
instead since they are coordinates, not indiceshttps://github.com/bespoke-silicon-group/bsg_replicant/blob/main/libraries/bsg_manycore_config_pod.h#L73-L129
The text was updated successfully, but these errors were encountered: