1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:52:25 +00:00

cxxrtl: TODO.

This commit is contained in:
Asherah Connor 2024-06-13 22:20:45 +03:00
parent 41065af2c8
commit 9e724857ef

View file

@ -100,6 +100,8 @@ def main(np: Project, args):
black_boxes={}, black_boxes={},
) )
# TODO: bring in Chryse's CompilationUnit stuff to reduce rework.
cc_o_paths = { cc_o_paths = {
cxxrtl_cc_path: np.path.build(f"{np.name}.o"), cxxrtl_cc_path: np.path.build(f"{np.name}.o"),
} }