Skip to content

Commit

Permalink
pos_calc: remove monitors overrides.
Browse files Browse the repository at this point in the history
There are changing values in this module, such as the desync counts.

Fixes: bb261a3
  • Loading branch information
ericonr committed Jun 12, 2024
1 parent 2760172 commit 88270f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions include/modules/pos_calc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class Core: public RegisterDecoder {

void decode() override;
void read() override;
void read_monitors() override;
void decode_monitors() override;

void read_fifo_csr();
void decode_fifo_csr();
Expand Down
7 changes: 0 additions & 7 deletions modules/pos_calc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,6 @@ void Core::decode()
}
}

void Core::read_monitors()
{
}
void Core::decode_monitors()
{
}

void Core::read_fifo_csr()
{
regs.ampfifo_monit.ampfifo_monit_csr = bar4_read(&bars, addr + POS_CALC_AMPFIFO_MONIT_AMPFIFO_MONIT_CSR);
Expand Down

0 comments on commit 88270f5

Please sign in to comment.