mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-04 21:33:35 +00:00
Fix typo in comment about address collision pattern
This commit is contained in:
parent
0b0f5cbf26
commit
d840a852a9
1 changed files with 2 additions and 2 deletions
|
|
@ -602,8 +602,8 @@ void dump_memory(std::ostream &f, std::string indent, Mem &mem)
|
|||
}
|
||||
}
|
||||
|
||||
// Due to some synthesis tools being incompetent in detecting address colission pattern
|
||||
// from verilog with strictly defined semantics and not infering bram (see github issue #5082),
|
||||
// Due to some synthesis tools being incompetent in detecting address collision pattern
|
||||
// from verilog with strictly defined semantics and not inferring bram (see github issue #5082),
|
||||
// memory cannot use:
|
||||
// 1. e.g Vivado assumes non-transparent port
|
||||
// assign r_data = mem[latched r_addr];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue