Skip to content

Commit

Permalink
Merge pull request #185 from Bo-Yuan-Huang/issue178
Browse files Browse the repository at this point in the history
Enable TestVlgTargetGen.MemoryInternal
  • Loading branch information
Bo-Yuan-Huang committed Jun 7, 2020
2 parents ed5fa75 + 54c7bba commit 6a1d7f1
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 6a1d7f1

Please sign in to comment.