Commit 3c3ef5ce authored by Paolo Baesso's avatar Paolo Baesso

Added the verbose option to clock configuration

parent def00b7c
......@@ -74,7 +74,7 @@ class TLU:
if (int(parsed_cfg.get(section_name, "CONFCLOCK"), 16)):
#clkRegList= self.zeClock.parse_clk("./../../bitFiles/TLU_CLK_Config_v1e.txt")
clkRegList= self.zeClock.parse_clk(parsed_cfg.get(section_name, "CLOCK_CFG_FILE"))
self.zeClock.writeConfiguration(clkRegList)######
self.zeClock.writeConfiguration(clkRegList, self.verbose)######
self.zeClock.checkDesignID()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment