Skip to content

Commit

Permalink
Merge pull request #182 from kiranshila/m2021a
Browse files Browse the repository at this point in the history
Include the _inst in k7 ublaze tcl output
  • Loading branch information
jack-h authored Oct 18, 2022
2 parents d212082 + a44753e commit 1109264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasper_library/yellow_blocks/microblaze.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def gen_tcl_cmds(self):
# overwrite top.bit with version that includes microblaze code
# ignorestderr because this command fails even though it appears to work.
# Flags an awk error: see https://forums.xilinx.com/t5/Installation-and-Licensing/Vivado-2016-4-on-Ubuntu-16-04-LTS-quot-awk-symbol-lookup-error/m-p/747165
tcl_cmds['post_bitgen'] += ['exec -ignorestderr updatemem -bit ./myproj.runs/impl_1/top.bit -meminfo ./myproj.runs/impl_1/top.mmi -data ../executable_core_info.mem -proc %s/microblaze_0 -out ./myproj.runs/impl_1/top.bit -force' % self.bd_inst_name]
tcl_cmds['post_bitgen'] += ['exec -ignorestderr updatemem -bit ./myproj.runs/impl_1/top.bit -meminfo ./myproj.runs/impl_1/top.mmi -data ../executable_core_info.mem -proc %s_inst/microblaze_0 -out ./myproj.runs/impl_1/top.bit -force' % self.bd_inst_name]
return tcl_cmds

class microblaze_ku7(microblaze):
Expand Down

0 comments on commit 1109264

Please sign in to comment.