aboutsummaryrefslogtreecommitdiffstats
path: root/sim.cpp
diff options
context:
space:
mode:
authorGravatar Peter McGoron @ planck 2022-10-29 22:20:15 -0400
committerGravatar Peter McGoron @ planck 2022-10-29 22:20:15 -0400
commit89acb17aa0ea50980a680c6fd7c30a05103e09bb (patch)
treeb374ffcb1cfe98116bc0e329534390b1d80b518b /sim.cpp
parentwrite arty SoC generator (diff)
succesfully synthesize design
Diffstat (limited to '')
-rw-r--r--sim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim.cpp b/sim.cpp
index 0b697ee..7edf0bf 100644
--- a/sim.cpp
+++ b/sim.cpp
@@ -71,6 +71,7 @@ int main(int argc, char **argv) {
mod->final();
delete mod;
+ std::cout << "done" << std::endl;
return 0;
}