mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-17 21:10:28 +00:00
continue cleanup of files for intel-le handling
This commit is contained in:
parent
36bd075865
commit
80c08850c9
10 changed files with 139 additions and 67 deletions
|
@ -539,7 +539,7 @@ output eccstatus;
|
|||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module cyclonev_mlab_cell(portaaddr, portadatain, portbaddr, portbdataout, ena0, clk0, clk1);
|
||||
module cycloneiv_mlab_cell(portaaddr, portadatain, portbaddr, portbdataout, ena0, clk0, clk1);
|
||||
|
||||
parameter logical_ram_name = "";
|
||||
parameter logical_ram_depth = 32;
|
||||
|
@ -562,7 +562,7 @@ input ena0, clk0, clk1;
|
|||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module cyclonev_mac(ax, ay, resulta);
|
||||
module cycloneiv_mac(ax, ay, resulta);
|
||||
|
||||
parameter ax_width = 9;
|
||||
parameter signed_max = "true";
|
||||
|
@ -594,7 +594,7 @@ output [result_a_width-1:0] resulta;
|
|||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module cyclonev_ram_block(portaaddr, portadatain, portawe, portbaddr, portbdataout, portbre, clk0);
|
||||
module cycloneiv_ram_block(portaaddr, portadatain, portawe, portbaddr, portbdataout, portbre, clk0);
|
||||
|
||||
parameter operation_mode = "dual_port";
|
||||
parameter logical_ram_name = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue