1
0
Fork 0

make TestBench generator handle different top module names

This commit is contained in:
Howard Mao 2016-07-01 10:53:08 -07:00
parent 600f2da38a
commit e04e3d2571
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ object TestBenchGeneration extends FileSystemUtilities {
val instantiation = s"""
Top dut
${topModuleName} dut
(
.clk(clk),
.reset(reset),