Skip to content

Commit

Permalink
Merge branch 'newad_top_clock' into 'master'
Browse files Browse the repository at this point in the history
comment_parser.py: make the newad-force directive apply to top-level registers

Turned out to be very helpful for alsu-llrf

See merge request hdl-libraries/bedrock!187
  • Loading branch information
ldoolitt committed Apr 26, 2024
2 parents 2e7d95f + 5310dfe commit 9884ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-tools/comment_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def parse_vfile_comments(self, stack, fin, fd, dlist, clk_domain, cd_indexed, tr
info[1],
this_mod,
info[5],
clk_domain,
port_clock, # clk_domain,
cd_indexed,
True,
**attributes
Expand All @@ -204,7 +204,7 @@ def parse_vfile_comments(self, stack, fin, fd, dlist, clk_domain, cd_indexed, tr
info[1],
this_mod,
info[5],
clk_domain,
port_clock, # clk_domain,
cd_indexed,
False,
**attributes
Expand Down

0 comments on commit 9884ede

Please sign in to comment.