FreeCalypso > hg > freecalypso-tools
comparison target-utils/simagent/simup.c @ 775:6ec781e61e68
simagent: enable CHKPAR and CONV at the end of sim-up
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Mar 2021 22:08:07 +0000 |
parents | 130c46b83760 |
children | badc5399d641 |
comparison
equal
deleted
inserted
replaced
774:130c46b83760 | 775:6ec781e61e68 |
---|---|
203 return; | 203 return; |
204 } | 204 } |
205 | 205 |
206 /* all good! */ | 206 /* all good! */ |
207 sim_if_state = 2; | 207 sim_if_state = 2; |
208 if (inverse_coding) | |
209 conf1_reg |= SIM_CONF1_CONV | SIM_CONF1_CHKPAR; | |
210 else | |
211 conf1_reg |= SIM_CONF1_CHKPAR; | |
212 SIMREGS.conf1 = conf1_reg; | |
208 print_atr(); | 213 print_atr(); |
209 } | 214 } |