Skip to content

Commit

Permalink
syncreg slave: Rename depfile to match entity name. Fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
tswilliams committed Dec 18, 2019
1 parent 97d9fe9 commit fa90ccf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/ipbus_slaves/firmware/cfg/ipbus_ctrs_ported.dep
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@


src ipbus_ctrs_ported.vhd
include syncreg_v.dep
include ipbus_syncreg_v.dep
2 changes: 1 addition & 1 deletion components/ipbus_slaves/firmware/cfg/ipbus_ctrs_samp.dep
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@


src ipbus_ctrs_samp.vhd
include syncreg_v.dep
include ipbus_syncreg_v.dep
2 changes: 1 addition & 1 deletion components/ipbus_slaves/firmware/cfg/ipbus_ctrs_v.dep
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@


src ipbus_ctrs_v.vhd
include syncreg_v.dep
include ipbus_syncreg_v.dep
2 changes: 1 addition & 1 deletion tests/ctr_slaves/firmware/cfg/ctr_slaves_tester.dep
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ addrtab -t ctr_slaves_tester.xml

include -c components/ipbus_slaves ipbus_ctrs_ported.dep
include -c components/ipbus_slaves ipbus_ctrs_v.dep
include -c components/ipbus_slaves syncreg_v.dep
include -c components/ipbus_slaves ipbus_syncreg_v.dep
src -c components/ipbus_slaves ipbus_ctrlreg_v.vhd ipbus_reg_types.vhd
src -c components/ipbus_core ipbus_package.vhd

0 comments on commit fa90ccf

Please sign in to comment.