mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 23:52:25 +00:00
cxxrtl: TODO.
This commit is contained in:
parent
41065af2c8
commit
9e724857ef
|
@ -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"),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue