Skip to content

Commit

Permalink
do not produce sourceloc info for yxi
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Feb 14, 2025
1 parent 1c0bc22 commit ff4ff5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yxi/axi-calyx/axi_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def clog2_or_1(x):


def build():
prog = Builder(os.path.dirname(os.path.realpath(__file__)))
prog = Builder(emit_sourceloc=False)
check_mems_welformed(mems)
add_arread_channel(prog, mems[0])
add_awwrite_channel(prog, mems[0])
Expand Down
2 changes: 1 addition & 1 deletion yxi/axi-calyx/dynamic_axi_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def clog2_or_1(x):


def build():
prog = Builder(fileinfo_base_path=os.path.dirname(os.path.realpath(__file__)))
prog = Builder(emit_sourceloc=False)
check_mems_wellformed(mems)
for mem in mems:
add_arread_channel(prog, mem)
Expand Down

0 comments on commit ff4ff5d

Please sign in to comment.