mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 12:11: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
|
@ -1,4 +1,4 @@
|
|||
module test001(input [5:0] a, output [7:0] y, output [31:0] x);
|
||||
module repwhile_test001(input [5:0] a, output [7:0] y, output [31:0] x);
|
||||
|
||||
function [7:0] mylog2;
|
||||
input [31:0] value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue