# tbmul16c.run puts "from ecomp add16c.e bmul16c.e tbmul16c.e -o tbmul16c.net" puts "from esim < tbmul16c.run > tbmul16c.out" esim load tbmul16c.net # stop just before the first falling clock in order to print esim run 99 for {set i 256} {$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 "tbmul16c.out finished" exit