mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 09:50:24 +00:00
Added correct handling of $memwr priority
This commit is contained in:
parent
536e20bde1
commit
fb2bf934dc
5 changed files with 42 additions and 2 deletions
|
@ -272,6 +272,9 @@ the \B{CLK} input is not used.
|
|||
\item \B{CLK\_POLARITY} \\
|
||||
Clock is active on positive edge if this parameter has the value {\tt 1'b1} and on the negative
|
||||
edge if this parameter is {\tt 1'b0}.
|
||||
|
||||
\item \B{PRIORITY} \\
|
||||
The cell with the higher integer value in this parameter wins a write conflict.
|
||||
\end{itemize}
|
||||
|
||||
The HDL frontend models a memory using RTLIL::Memory objects and asynchronous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue