Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/verilog/GPIA_BIT.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* identified by a number on the `scenario_o` bus.
*/

module test();
module test_bit();

reg clk_o;
reg rst_o;
Expand Down
2 changes: 1 addition & 1 deletion bench/verilog/GPIA_BIT_IN.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* read the current state of the external signal attached to it.
*/

module test();
module test_bit_in();

reg out_o;
reg inp_o;
Expand Down
2 changes: 1 addition & 1 deletion bench/verilog/GPIA_BYTE.v
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* - Toggle an arbitrary set of bits truth value in a single cycle.
*/

module test();
module test_byte();

reg clk_o;
reg rst_o;
Expand Down
2 changes: 1 addition & 1 deletion bench/verilog/GPIA_DWORD.v
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* stb_i inputs.
*/

module test();
module test_dword();

reg clk_o;
reg rst_o;
Expand Down