Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Aug 6, 2024
1 parent 0486d09 commit 0941612
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion target/rtl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Bender.yml
include
*.sv
!idma_generated.sv
*.hjson
1 change: 1 addition & 0 deletions util/mario/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

NUM_PROT_BITS = 3


def render_register(content: dict):
"""Render a register"""
return ''' {{ name: "{name:}"
Expand Down
1 change: 0 additions & 1 deletion util/mario/legalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def render_legalizer(prot_ids: dict, db: dict, tpl_file: str) -> str:
data_path = indent_block(db[wp]['legalizer_write_data_path'], 3 - swp, 4)
db[wp]['legalizer_write_data_path'] = data_path


has_page_read_bursting = eval_key(used_read_prots, 'bursts', 'split_at_page_boundary', db)
has_pow2_read_bursting = eval_key(used_read_prots, 'bursts', 'only_pow2', db)
has_read_bursting = has_page_read_bursting or has_pow2_read_bursting
Expand Down

0 comments on commit 0941612

Please sign in to comment.