make TestBench generator handle different top module names
This commit is contained in:
parent
600f2da38a
commit
e04e3d2571
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user