Closed vtangTT closed 6 days ago
As discussed here: https://github.com/tenstorrent/tt-umd/pull/180#discussion_r1808311946
Old setup involved building the flatc executable and then manually running it to generate the header file.
flatc
Now it is integrated into the cmake build flow and tt_simulation_device_generated.h will be generated as a dependency of device target.
tt_simulation_device_generated.h
device
This PR will be ready to go out after https://github.com/tenstorrent/tt-umd/pull/224 that privatizes nng and fbs headers
As discussed here: https://github.com/tenstorrent/tt-umd/pull/180#discussion_r1808311946
Old setup involved building the
flatc
executable and then manually running it to generate the header file.Now it is integrated into the cmake build flow and
tt_simulation_device_generated.h
will be generated as a dependency ofdevice
target.