1
0

allow MODEL to be something other than TestHarness

This commit is contained in:
Howard Mao
2016-09-14 20:04:33 -07:00
parent 8550582f84
commit bf253aaa97
4 changed files with 4 additions and 3 deletions

View File

@ -87,7 +87,7 @@ module TestDriver;
end
end
TestHarness testHarness(
`MODEL testHarness(
.clk(clk),
.reset(reset),
.io_success(success)