mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Towards Xilinx bram support
This commit is contained in:
parent
9c7f47bbd5
commit
081e1a49f8
3 changed files with 42 additions and 14 deletions
|
@ -356,7 +356,7 @@ bool replace_cell(Cell *cell, const rules_t::bram_t &bram, const rules_t::match_
|
|||
for (int i = 0; i < fillbits; i++) {
|
||||
for (int j = 0; j < wr_ports; j++) {
|
||||
new_wr_en[j].append(fillbit);
|
||||
new_wr_data[j].append(State::Sx);
|
||||
new_wr_data[j].append(State::S0);
|
||||
}
|
||||
for (int j = 0; j < rd_ports; j++)
|
||||
new_rd_data[j].append(State::Sx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue