3
0
Fork 0
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:
Krystine Sherwin 2023-11-16 09:46:47 +13:00
parent bb7ebec38c
commit 0fb511905a
No known key found for this signature in database
4 changed files with 50 additions and 62 deletions

View file

@ -424,7 +424,7 @@ Yosys script for ASIC synthesis of the Amber ARMv2 CPU.
if (ARST)
Q <= ARST_VALUE;
else
<= D;
Q <= D;
endmodule