• Pietro Fezzardi's avatar
    arch-sim: use new functions to access instances · 77db1c77
    Pietro Fezzardi authored
    when possible substitute the access pattern
    
    	ppi = &ppg->pp_instances[n];
    
    with
    	ppi = INST(ppg, n);
    
    In the simulator-specific code also pp_sim_get_master() and
    pp_sim_get_slave() are used. Finally pp_sim_is_master() and
    pp_sim_is_slave() are used to make the conditions easier to
    understand
    77db1c77
Name
Last commit
Last update
..
include/arch Loading commit data...
Makefile Loading commit data...
main-loop.c Loading commit data...
ppsi-sim.h Loading commit data...
sim-conf.c Loading commit data...
sim-io.c Loading commit data...
sim-startup.c Loading commit data...