mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-23 19:47:55 +00:00
Renamed some of the test cases in tests/simple to avoid name collisions
This commit is contained in:
parent
0520bfea89
commit
50f22ff30c
15 changed files with 30 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
// `define ASYNC_RESET
|
||||
|
||||
module test(clk, reset, button_a, button_b, red_a, green_a, red_b, green_b);
|
||||
module fsm_test(clk, reset, button_a, button_b, red_a, green_a, red_b, green_b);
|
||||
|
||||
input clk, reset, button_a, button_b;
|
||||
output reg red_a, green_a, red_b, green_b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue