############################################################################## # File: tmac.config.batch ############################################################################## ########################################## # Only include if you are interactive # This defines the 3 system windows #INCLUDE "system.win" ########################################## ################################## # Tell it where to find the design CONFIG "../memcpy.opt.tc" ################################## ################### # Define the labels LABELS wire.labels ################### ##################################### # Only include if you are interactive # This is your custom window #INCLUDE "custom.win" ##################################### ################################################# # Some clock stuff # Don't change unless you know what you are doing CLOCKMEMORY A RISING RATIO 1 : 1 ################################################# ################################################################## ############ Change the next line for your design ################ !mk_set_frequency ../memcpy.opt.tc/t.p.clock set_frequency.default !touch set_frequency # Don't bother these, they simply set the clock frequency # based on output from the above commands INCLUDE "set_frequency.default" INCLUDE "set_frequency" ################################################################## ################################################# # Initialize the flip flops and load the memories INCLUDE "init" ################################################# ########################## # Execute and view results INCLUDE "batch.cmd" ##########################