mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Docs: interactive investigation
More `literalinclude` and references to source. Adding `example_show.ys` and `example_lscd.ys`. Rename `example_00` et al to `example_first` et al. Also some other minor tidying.
This commit is contained in:
parent
9fe3dcda78
commit
646ff6d32d
7 changed files with 122 additions and 72 deletions
8
docs/source/code_examples/show/example_lscd.ys
Normal file
8
docs/source/code_examples/show/example_lscd.ys
Normal file
|
@ -0,0 +1,8 @@
|
|||
read_verilog example.v
|
||||
echo on
|
||||
ls
|
||||
cd example
|
||||
ls
|
||||
dump $2
|
||||
cd ..
|
||||
echo off
|
Loading…
Add table
Add a link
Reference in a new issue