Skip to content

Commit

Permalink
Merge branch 'master' into fix-ilator-mem
Browse files Browse the repository at this point in the history
  • Loading branch information
yuex1994 committed Jun 7, 2020
2 parents a809d84 + 6a1d7f1 commit 9e45511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/t_vtarget_gen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ TEST(TestVlgTargetGen, Memory) {
vg.GenerateTargets();
}

TEST(TestVlgTargetGen,
DISABLED_MemoryInternal) { // test the expansion of memory
TEST(TestVlgTargetGen, MemoryInternal) { // test the expansion of memory

auto ila_model = MemorySwap::BuildSimpleSwapModel();

VerilogVerificationTargetGenerator::vtg_config_t
Expand Down

0 comments on commit 9e45511

Please sign in to comment.