# tadd8c.run puts "from ecomp add8c.e tadd8c.e -o tadd8c.net" puts "from esim < tadd8c.run > tadd8c.out" esim load tadd8c.net # stop just before the first falling clock in order to print esim run 49 for {set i 256} {$i} {incr i -1} { puts "a= [esim show a] b= [esim show b] cin=0 a+b= [esim show s] cout= [esim show cout] cntr= [esim show cntr] evck=[esim events]" puts "a= [esim show a] b= [esim show b] cin=1 a+b= [esim show s2] cout= [esim show cout2] cntr= [esim show cntr] evck=[esim events]" # stop just before falling clock in order to print esim run 100 } puts "tadd8c.out finished" exit