From dc6f9f20496f218d8b71f2cf31a3d017c3057ec8 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 17 Jun 2024 10:18:52 -0700 Subject: [PATCH] make exit an alias for finish at the VVP command line --- vvp/stop.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vvp/stop.cc b/vvp/stop.cc index b87298e9c..0b49cc257 100644 --- a/vvp/stop.cc +++ b/vvp/stop.cc @@ -441,6 +441,8 @@ static struct { "Synonym for push."}, { "cont", &cmd_cont, "Resume (continue) the simulation"}, + { "exit", &cmd_finish, + "Synonym for finish."}, { "finish", &cmd_finish, "Finish the simulation."}, { "help", &cmd_help,