mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 00:53:26 +00:00
tests: fix some test warnings
This commit is contained in:
parent
ae11156c90
commit
60aa804915
6 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
(* techmap_celltype = "$reduce_or" *)
|
||||
module my_opt_reduce_or(...);
|
||||
parameter A_SIGNED = 0;
|
||||
parameter A_WIDTH = 1;
|
||||
parameter A_WIDTH = 2;
|
||||
parameter Y_WIDTH = 1;
|
||||
|
||||
input [A_WIDTH-1:0] A;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue