Skip to content

Commit

Permalink
Fix RFDIV macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanMaticPratnemer authored and jerzyjamroz committed Oct 12, 2023
1 parent 52da479 commit 57cee32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion evgMrmApp/Db/cpci-evg-300.substitutions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pattern { P, OBJ, EVG, dbusBit }
}

file evgEvtClk.db {
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", FDIV="\$(FDIV=4)", FEVT="\$(FEVT=124.916)"}
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", RFDIV="\$(RFDIV=4)", FEVT="\$(FEVT=124.916)"}
}

file evgInput.db {
Expand Down
2 changes: 1 addition & 1 deletion evgMrmApp/Db/mtca-evm-300.substitutions
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pattern { P, OBJ, EVG, dbusBit }
}

file evgEvtClk.db {
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", FDIV="\$(FDIV=4)", FEVT="\$(FEVT=124.916)"}
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", RFDIV="\$(RFDIV=4)", FEVT="\$(FEVT=124.916)"}
}

file evgInput.db {
Expand Down
2 changes: 1 addition & 1 deletion evgMrmApp/Db/vme-evg230-nsls2.substitutions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pattern { P, OBJ, EVG, dbusBit }
}

file evgEvtClk.db {
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", FDIV="\$(FDIV=4)", FEVT="\$(FEVT=124.916)"}
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", RFDIV="\$(RFDIV=4)", FEVT="\$(FEVT=124.916)"}
}

file evgInput.db {
Expand Down
2 changes: 1 addition & 1 deletion evgMrmApp/Db/vme-evg230.substitutions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pattern { P, OBJ, EVG, dbusBit }
}

file evgEvtClk.db {
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", FDIV="\$(FDIV=4)", FEVT="\$(FEVT=124.916)"}
{P="$(SYS){$(D)-EvtClk}", OBJ="$(EVG)", FRF="\$(FRF=499.68)", RFDIV="\$(RFDIV=4)", FEVT="\$(FEVT=124.916)"}
}

file evgInput.db {
Expand Down

0 comments on commit 57cee32

Please sign in to comment.