// genesis -- tutorial7.g include protodefs.g include net_inputs.g include net_cells.g include net_conn.g include net_out.g // Setting a few simulation parameters float dt = 1.0e-4 // sec xcolorscale hot // setting the simulation clocks setclock 0 {dt} // sec setclock 1 {dt * 2} // for outputs setclock 2 {dt * 100} // for displaying time ce / check reset