mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
Added ice40 test_arith
This commit is contained in:
parent
f78fa718be
commit
f564a65851
2 changed files with 13 additions and 0 deletions
3
techlibs/ice40/tests/test_arith.v
Normal file
3
techlibs/ice40/tests/test_arith.v
Normal file
|
@ -0,0 +1,3 @@
|
|||
module test(input [4:0] a, b, c, output [4:0] y);
|
||||
assign y = ((a+b) ^ (a-c)) - ((a*b) + (a*c) - (b*c));
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue