Skip to content

Commit

Permalink
Updated HVL testbench to be set to directed test mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
pear7 committed Aug 22, 2016
1 parent bd59de3 commit 05cfb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hvl/EncoderDecoderTestBench.sv
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class StimulusGeneration;
continue;

// Create a test and push it to the queue
//test.testType = DIRECTED;
test.testType = SEEDED;
test.testType = DIRECTED;
//test.testType = SEEDED;
test.plain = inData;
test.encrypt = expected;
test.key = keyData;
Expand Down

0 comments on commit 05cfb62

Please sign in to comment.