mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
docs: more tidying
Fix 010 pdf link. Swap yosys script code blocks for literal includes. Fix broken example code.
This commit is contained in:
parent
bb7ebec38c
commit
0fb511905a
4 changed files with 50 additions and 62 deletions
|
@ -424,7 +424,7 @@ Yosys script for ASIC synthesis of the Amber ARMv2 CPU.
|
|||
if (ARST)
|
||||
Q <= ARST_VALUE;
|
||||
else
|
||||
<= D;
|
||||
Q <= D;
|
||||
|
||||
endmodule
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue