00001 import FWCore.ParameterSet.Config as cms 00002 00003 # cfi for L1 GT VHDL Writer 00004 L1GtVhdlWriter = cms.EDAnalyzer("L1GtVhdlWriter", 00005 00006 # choose VHDL directory 00007 VhdlTemplatesDir = cms.string('../data/VhdlTemplates/'), 00008 00009 # choose ouput directory 00010 OutputDir = cms.string('../test/output/') 00011 ) 00012 00013