# tbmul32c.run # changed 199 to 99, 400 to 200 to agree with tbmul32c.e 17-oct-1999 # cut number of tests to 3 puts "from ecomp add32c.e bmul32c.e tbmul32c.e -o tbmul32c.net" puts "from esim < tbmul32c.run > tbmul32c.out" esim maxevents 5000000 esim load tbmul32c.net # stop just before the first falling clock in order to print esim run 99 for {set i 3} {$i} {incr i -1} { puts "a= [esim show -hex a] b= [esim show -hex b] a*b= [esim show -hex c] cntr= [esim show -hex cntr] evck=[esim events]" # stop just before falling clock in order to print esim run 200 } puts "tbmul32c.out finished" exit