1
0
mirror of synced 2026-04-30 05:36:39 +00:00

Docs: Move verilog.rst to using_yosys

Was previously in yosys_internals which is more developer focused, rather than user focused.
This commit is contained in:
Krystine Sherwin
2025-08-05 09:53:58 +12:00
parent 8ec3e3a102
commit 385d58562d
3 changed files with 1 additions and 3 deletions

View File

@@ -16,3 +16,4 @@ ways Yosys can interact with designs for a deeper investigation.
synthesis/index
more_scripting/index
bugpoint
verilog

View File

@@ -1,8 +1,6 @@
Notes on Verilog support in Yosys
=================================
.. TODO:: how much of this is specific to the read_verilog and should be in :doc:`/yosys_internals/flow/verilog_frontend`?
Unsupported Verilog-2005 Features
---------------------------------

View File

@@ -38,5 +38,4 @@ as reference to implement a similar system in any language.
formats/index
extending_yosys/index
techmap
verilog
hashing