mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-18 01:02:19 +00:00
Revert "Add tests for ecp5 architecture."
This reverts commit 134d3fea90
.
This commit is contained in:
parent
134d3fea90
commit
980830f7b8
31 changed files with 0 additions and 865 deletions
|
@ -1,13 +0,0 @@
|
|||
module top
|
||||
(
|
||||
input [3:0] x,
|
||||
input [3:0] y,
|
||||
|
||||
output [3:0] A,
|
||||
output [3:0] B
|
||||
);
|
||||
|
||||
assign A = x % y;
|
||||
assign B = x / y;
|
||||
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue