mirror of
https://github.com/YosysHQ/sby.git
synced 2025-07-17 20:16:42 +00:00
tristate example
This commit is contained in:
parent
a200043709
commit
b42b6445b8
3 changed files with 50 additions and 0 deletions
13
docs/examples/tristate/README.md
Normal file
13
docs/examples/tristate/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Tristate demo
|
||||
|
||||
Run
|
||||
|
||||
sby -f tristate.sby pass
|
||||
|
||||
to run the pass task. This uses the top module that exclusively enables each of the submodules.
|
||||
|
||||
Run
|
||||
|
||||
sby -f tristate.sby fail
|
||||
|
||||
to run the fail task. This uses the top module that allows submodule to independently enable its tristate outputs.
|
Loading…
Add table
Add a link
Reference in a new issue