1
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

View File

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