mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 10:20:24 +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
|
@ -237,7 +237,7 @@ end
|
|||
endmodule
|
||||
|
||||
`define SIZE 4 // comment supported in this part
|
||||
module test ( din_a, dout_a );
|
||||
module test_comment_in_macro ( din_a, dout_a );
|
||||
input [`SIZE-1:0] din_a;
|
||||
output [`SIZE-1:0] dout_a;
|
||||
assign dout_a = din_a | `SIZE'ha;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue