Skip to content

Commit

Permalink
removed save_bd_design and close_bd_design in au50.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Morag Brown committed Sep 2, 2022
1 parent 2801e01 commit b092f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jasper_library/yellow_blocks/au50.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def gen_tcl_cmds(self):
# there wasn't a way to parameterize this in the initial block diagram script, so we have to do it this way, blah!!
tcl_cmds['pre_synth'] += ['open_bd_design [get_files [get_property directory [current_project]]/myproj.srcs/sources_1/bd/au50_bd/au50_bd.bd]']
tcl_cmds['pre_synth'] += ['set_property -dict [list CONFIG.CLKOUT1_REQUESTED_OUT_FREQ {%s} CONFIG.CLKOUT2_REQUESTED_OUT_FREQ {%s} CONFIG.CLKOUT3_REQUESTED_OUT_FREQ {%s} CONFIG.CLKOUT4_REQUESTED_OUT_FREQ {%s}] [get_bd_cells clk_wiz_0]'%(self.platform.user_clk_rate,self.platform.user_clk_rate,self.platform.user_clk_rate,self.platform.user_clk_rate)]
tcl_cmds['pre_synth'] += ['save_bd_design']
tcl_cmds['pre_synth'] += ['close_bd_design [get_bd_designs au50_bd]']
#tcl_cmds['pre_synth'] += ['save_bd_design']
#tcl_cmds['pre_synth'] += ['close_bd_design [get_bd_designs au50_bd]']

# generate the output files associated with the block diagram
tcl_cmds['pre_synth'] += ['generate_target all [get_files [get_property directory [current_project]]/myproj.srcs/sources_1/bd/au50_bd/au50_bd.bd]']
Expand Down

0 comments on commit b092f4b

Please sign in to comment.