10 lines
115 B
Coq
10 lines
115 B
Coq
|
|
module top;
|
||
|
|
parameter WIDTH = dut.WIDTH;
|
||
|
|
|
||
|
|
test dut();
|
||
|
|
endmodule
|
||
|
|
|
||
|
|
module test;
|
||
|
|
parameter WIDTH = 8;
|
||
|
|
endmodule
|