diff options
| author | bd <bdunaisky@umass.edu> | 2025-04-18 00:58:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 00:58:40 +0000 |
| commit | 480181957b3f3dbcf7731023504c2cacc8d181ea (patch) | |
| tree | e936781b52c6846d87c98381ed47bc7da7c43bff /tests/if.cc | |
| parent | 62b9e280d5d0222710e491dcd28fe26bea915dcd (diff) | |
| parent | 984ce6eef2e439955ff991f90c2b654be7c6c3f3 (diff) | |
Merge pull request #54 from bdunahu/bdunahu
The pipeline says some things and there are numbers
Diffstat (limited to 'tests/if.cc')
| -rw-r--r-- | tests/if.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/if.cc b/tests/if.cc index 01070ef..8b30d0e 100644 --- a/tests/if.cc +++ b/tests/if.cc @@ -73,9 +73,7 @@ class IFFixture TEST_CASE_METHOD(IFFixture, "fetch returns single instuction", "[if_pipe]") { InstrDTO *i; - int expected_cycles; - expected_cycles = this->m_delay + this->c_delay + 2; i = this->fetch_through(); REQUIRE(i->get_instr_bits() == this->p[0]); |
