mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Updating todo text and assorted fixes
Fix #3905 by removing emoji (and move the comment into the if block for less ambiguity). Adds `latexmk` to README. Note that latexpdf doesn't seem to like `cmd:ref` links, possibly because the reference location is inside a latex comment block, but I was under the impression that there was a reference location in there previously which was working fine. May be related to how the `cmd:def` block expands (or doesn't as the case may be).
This commit is contained in:
parent
aad8a3b959
commit
70c47690b3
4 changed files with 8 additions and 8 deletions
|
@ -198,8 +198,8 @@ Synchronous SDP with undefined collision behavior
|
|||
if (read_enable) begin
|
||||
read_data <= mem[read_addr];
|
||||
|
||||
// 👇 this if block 👇
|
||||
if (write_enable && read_addr == write_addr)
|
||||
// this if block
|
||||
read_data <= 'x;
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue