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
tt-metal/tt_metal/llrt/llrt.cpp
Lines 17 to 42 in 6a463c1
RUN_MSG_DONE
launch_msg_t
dev_msgs.h
*_FIRMWARE_BASE
dev_mem_map.h
eth_l1_mem::address_map::FIRMWARE_BASE
eth_l1_mem::address_map::LAUNCH_ERISC_APP_FLAG)
These are all architecture specific things.
Need to see if you can move behind hal.
The text was updated successfully, but these errors were encountered:
@abhullar-tt you cleaned up a bunch of these *_FIRMWARE_BASE usages from llrt.cpp, but you left a couple behind.
llrt.cpp
Line 162 in 7cc48c7
Also, some parameter here needs to be dealt with LAUNCH_ERISC_APP_FLAG behind Hal?:
LAUNCH_ERISC_APP_FLAG
Line 130 in 7cc48c7
Would it be quick for you to address this?
Alternatively, any guidance?
Thanks, @blozano-tt
Sorry, something went wrong.
Actually have a PR that gets rid of this entirely: #14817
Planning on merging this soon 🖖
abhullar-tt
Successfully merging a pull request may close this issue.
tt-metal/tt_metal/llrt/llrt.cpp
Lines 17 to 42 in 6a463c1
RUN_MSG_DONE
,launch_msg_t
, etc fromdev_msgs.h
*_FIRMWARE_BASE
fromdev_mem_map.h
eth_l1_mem::address_map::FIRMWARE_BASE
,eth_l1_mem::address_map::LAUNCH_ERISC_APP_FLAG)
from eth_l1_address_map.hThese are all architecture specific things.
Need to see if you can move behind hal.
The text was updated successfully, but these errors were encountered: