3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

Fixing other references to the manual

And files that were in the directory.
This commit is contained in:
KrystalDelusion 2022-12-19 10:42:21 +13:00
parent f33a21eea4
commit f2a4e5f1a0
2 changed files with 6 additions and 10 deletions

View file

@ -11,7 +11,7 @@ Things to do right away:
Things to do after finalizing the cell interface: Things to do after finalizing the cell interface:
- Add support to kernel/satgen.h for the new cell type - Add support to kernel/satgen.h for the new cell type
- Add to manual/CHAPTER_CellLib.tex (or just add a fixme to the bottom) - Add to docs/source/CHAPTER_CellLib.rst (or just add a fixme to the bottom)
- Maybe add support to the Verilog backend for dumping such cells as expression - Maybe add support to the Verilog backend for dumping such cells as expression
@ -29,11 +29,9 @@ Update the CHANGELOG file:
Update and check documentation: Update and check documentation:
cd ~yosys cd ~yosys
make update-manual make docs
make manual - sanity check the figures in docs/images
- sanity check the figures in the appnotes and presentation
- if there are any odd things -> investigate - if there are any odd things -> investigate
- make cosmetic changes to the .tex files if necessary
cd ~yosys cd ~yosys
vi README guidelines/* vi README guidelines/*
@ -108,13 +106,11 @@ Release:
Updating the website: Updating the website:
cd ~yosys cd ~yosys
make manual
make install make install
- update pdf files on the website
cd ~yosys-web cd ~yosys-web
make update_cmd
make update_show make update_show
git commit -am update git commit -am update
make push make push
- Read the Docs updates handled by Jenkins on source change

View file

@ -191,7 +191,7 @@ Example Code
The following yosys commands are a good starting point if you are looking for examples The following yosys commands are a good starting point if you are looking for examples
of how to use the Yosys API: of how to use the Yosys API:
manual/CHAPTER_Prog/stubnets.cc docs/source/CHAPTER_Prog/stubnets.cc
manual/PRESENTATION_Prog/my_cmd.cc manual/PRESENTATION_Prog/my_cmd.cc