I do this ``` sim = Simulator(top) sim.add_clock(1/74.25e6) sim.add_sync_process(bench) sim.run() ``` and the "already driven" error is on add_clock