Searched refs:theFile (Results 1 – 1 of 1) sorted by relevance
197 def WriteCopyright(root, theFile, filename, creator): argument214 theFile.write('/**********************************************************'216 …theFile.write(" * Copyright 2019-" + str(datetime.datetime.now().year) + " Microchip FPGA Embedded…217 theFile.write(' *\n')218 theFile.write(' * SPDX-License-Identifier: MIT\n')219 theFile.write(' *\n')220 theFile.write(" * @file " + filename + "\n")221 theFile.write(" * @author " + creator + "\n")222 theFile.write(' *\n')223 if theFile.name == "fpga_design_config\fpga_design_config.h":[all …]