make exit an alias for finish at the VVP command line

This commit is contained in:
Cary R 2024-06-17 10:18:52 -07:00
parent adb5731ace
commit dc6f9f2049
1 changed files with 2 additions and 0 deletions

View File

@ -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,