# tbmul8c.run puts "from ecomp add4c.e bmul8c.e tbmul8c.e -o tbmul8c.net" puts "from esim < tbmul8c.run > tbmul8c.out" esim load tbmul8c.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] a*b= [esim show c] cntr= [esim show cntr] evck=[esim events]" # stop just before falling clock in order to print esim run 100 } puts "tbmul8c.out finished" exit