# XXX_DESIGN.cmd # generated from XXX_DESIGN.sls # set simulation to cope with weak and strong transistors # option level = 2 # Identify power supply if possible # set GND = l*~ set VDD = h*~ # Simple stimulus for pipeline multipliers # runs through all possible multiplications # set CLOCK = l*3 (h*2 l*2)*264 set nRESET = l*1 h*~ set STROBE = l*8 (h*4)*256 l*~ set A0 = l*8 (l*4 h*4)*128 set A1 = l*8 (l*8 h*8)*64 set A2 = l*8 (l*16 h*16)*32 set A3 = l*8 (l*32 h*32)*16 set B0 = l*8 (l*64 h*64)*8 set B1 = l*8 (l*128 h*128)*4 set B2 = l*8 (l*256 h*256)*2 set B3 = l*8 (l*512 h*512) # # define P7 P6 P5 P4 P3 P2 P1 P0 : Product -------- : $dec define READY CLOCK : Result h l : DATA_IS # By default plot all non power supply i/o # plot CLOCK nRESET STROBE A0 A1 A2 A3 B0 B1 B2 B3 ACK READY P0 P1 P2 P3 P4 P5 P6 P7 print Result Product