# tbmul4c.run puts "from ecomp add4c.e bmul4c.e tbmul4c.e -o tbmul4c.net" puts "from esim < tbmul4c.run > tbmul4c.out" esim load tbmul4c.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 "tbmul4c.out finished" exit