mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-23 19:47:55 +00:00
Revert "intel_alm: direct M10K instantiation"
This reverts commit 09ecb9b2cf
.
This commit is contained in:
parent
38b814b525
commit
a3a90f6377
8 changed files with 38 additions and 128 deletions
|
@ -156,39 +156,4 @@ input [ax_width-1:0] ax;
|
|||
input [ay_scan_in_width-1:0] ay;
|
||||
output [result_a_width-1:0] resulta;
|
||||
|
||||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module cyclonev_ram_block(portaaddr, portadatain, portawe, portbaddr, portbdataout, portbre, clk0);
|
||||
|
||||
parameter operation_mode = "dual_port";
|
||||
parameter logical_ram_name = "";
|
||||
parameter port_a_address_width = 10;
|
||||
parameter port_a_data_width = 10;
|
||||
parameter port_a_logical_ram_depth = 1024;
|
||||
parameter port_a_logical_ram_width = 10;
|
||||
parameter port_a_first_address = 0;
|
||||
parameter port_a_last_address = 1023;
|
||||
parameter port_a_first_bit_number = 0;
|
||||
parameter port_b_address_width = 10;
|
||||
parameter port_b_data_width = 10;
|
||||
parameter port_b_logical_ram_depth = 1024;
|
||||
parameter port_b_logical_ram_width = 10;
|
||||
parameter port_b_first_address = 0;
|
||||
parameter port_b_last_address = 1023;
|
||||
parameter port_b_first_bit_number = 0;
|
||||
parameter port_b_address_clock = "clock0";
|
||||
parameter port_b_read_enable_clock = "clock0";
|
||||
parameter mem_init0 = "";
|
||||
parameter mem_init1 = "";
|
||||
parameter mem_init2 = "";
|
||||
parameter mem_init3 = "";
|
||||
parameter mem_init4 = "";
|
||||
|
||||
input [port_a_address_width-1:0] portaaddr;
|
||||
input [port_b_address_width-1:0] portbaddr;
|
||||
input [port_a_data_width-1:0] portadatain;
|
||||
output [port_b_data_width-1:0] portbdataout;
|
||||
input clk0, portawe, portbre;
|
||||
|
||||
endmodule
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue