diff options
| author | 2022-10-29 22:20:15 -0400 | |
|---|---|---|
| committer | 2022-10-29 22:20:15 -0400 | |
| commit | 89acb17aa0ea50980a680c6fd7c30a05103e09bb (patch) | |
| tree | b374ffcb1cfe98116bc0e329534390b1d80b518b /sim.cpp | |
| parent | write arty SoC generator (diff) | |
succesfully synthesize design
Diffstat (limited to '')
| -rw-r--r-- | sim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ int main(int argc, char **argv) { mod->final(); delete mod; + std::cout << "done" << std::endl; return 0; } |
