comparison rvinterf/tmsh/usercmd.c @ 816:b3724fe6c581

fc-tmsh bsim commands implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 May 2021 17:16:43 +0000
parents 4c7f3778dc24
children
comparison
equal deleted inserted replaced
815:bc1e150f5bd9 816:b3724fe6c581
17 extern int cmd_aul(); 17 extern int cmd_aul();
18 extern int cmd_aur(); 18 extern int cmd_aur();
19 extern int cmd_aus(); 19 extern int cmd_aus();
20 extern int cmd_auw(); 20 extern int cmd_auw();
21 extern int cmd_auw_fir(); 21 extern int cmd_auw_fir();
22 extern int cmd_bsim();
22 extern int cmd_check_ffs1(); 23 extern int cmd_check_ffs1();
23 extern int cmd_dieid(); 24 extern int cmd_dieid();
24 extern int cmd_ffs2(); 25 extern int cmd_ffs2();
25 extern int cmd_me(); 26 extern int cmd_me();
26 extern int cmd_mpr(); 27 extern int cmd_mpr();
80 {"aul", 1, 1, cmd_aul}, 81 {"aul", 1, 1, cmd_aul},
81 {"aur", 1, 1, cmd_aur}, 82 {"aur", 1, 1, cmd_aur},
82 {"aus", 1, 1, cmd_aus}, 83 {"aus", 1, 1, cmd_aus},
83 {"auw", 2, 126, cmd_auw}, 84 {"auw", 2, 126, cmd_auw},
84 {"auw-fir", 2, 2, cmd_auw_fir}, 85 {"auw-fir", 2, 2, cmd_auw_fir},
86 {"bsim", 1, 2, cmd_bsim},
85 {"check-ffs1", 0, 0, cmd_check_ffs1}, 87 {"check-ffs1", 0, 0, cmd_check_ffs1},
86 {"dieid", 0, 0, cmd_dieid}, 88 {"dieid", 0, 0, cmd_dieid},
87 {"etmpkt", 1, 253, cmd_tmpkt}, 89 {"etmpkt", 1, 253, cmd_tmpkt},
88 {"exit", 0, 0, cmd_exit}, 90 {"exit", 0, 0, cmd_exit},
89 {"ffs2", 1, 3, cmd_ffs2}, 91 {"ffs2", 1, 3, cmd_ffs2},