puts "from ecomp add4c.e add32c.e tadd32c.e -o tadd32c.net" puts "from esim < tadd32c.run > tadd32c.out" esim load tadd32c.net # stop just before the first falling clock in order to print esim run 19 for {set i 32} {$i} {incr i -1} { puts "a= [esim show -hex a] b= [esim show -hex b] cin= [esim show cin] sum= [esim show -hex sum] cout= [esim show cout] cntr= [esim show cntr] evck=[esim events]" puts "b= [esim show -hex b] a= [esim show -hex a] cin= [esim show cin] s2 = [esim show -hex sum] co2 = [esim show cout]\n " # stop just before falling clock in order to print esim run 40 } puts "tadd32c.out finished" exit