Skip to content

Commit

Permalink
Remove experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Yuan-Huang committed Jul 20, 2020
1 parent cfc9f00 commit 2dd5376
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 129 deletions.
30 changes: 0 additions & 30 deletions include/ilang/ila-mngr/v_eq_check.h

This file was deleted.

1 change: 0 additions & 1 deletion src/ila-mngr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ target_sources(${ILANG_LIB_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/u_rewrite_expr.cc
${CMAKE_CURRENT_SOURCE_DIR}/u_rewrite_ila.cc
${CMAKE_CURRENT_SOURCE_DIR}/u_unroller.cc
${CMAKE_CURRENT_SOURCE_DIR}/v_eq_check.cc
${CMAKE_CURRENT_SOURCE_DIR}/v_eq_check_crr.cc
${CMAKE_CURRENT_SOURCE_DIR}/v_eq_check_bmc.cc
${CMAKE_CURRENT_SOURCE_DIR}/v_refinement.cc
Expand Down
92 changes: 0 additions & 92 deletions src/ila-mngr/v_eq_check.cc

This file was deleted.

9 changes: 3 additions & 6 deletions test/t_copy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
/// Unit tests for exporting and importing ILA portables.

#include <ilang/ila-mngr/u_abs_knob.h>

#include "unit-include/config.h"
#include "unit-include/util.h"
#include <ilang/ila-mngr/v_eq_check.h>
#include <ilang/ilang++.h>
#include <ilang/util/fs.h>
#include <ilang/util/log.h>

#include "unit-include/config.h"
#include "unit-include/util.h"

namespace ilang {

void Check(InstrLvlAbsPtr& a, InstrLvlAbsPtr& b) { CheckIlaEqLegacy(a, b); }
Expand All @@ -25,8 +24,6 @@ void Copy(const std::string& dir, const std::string& file, bool check = true) {
if (check) {
Check(ila, copy);
}

EXPECT_TRUE(CheckEqSameMicroArch(ila, copy, check));
}

TEST(TestCopyTree, AES_V_TOP) { Copy("aes", "aes_v_top.json"); }
Expand Down

0 comments on commit 2dd5376

Please sign in to comment.