3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-07-17 20:16:42 +00:00

tristate example

This commit is contained in:
Matt Venn 2022-06-13 13:51:04 +02:00
parent a200043709
commit b42b6445b8
3 changed files with 50 additions and 0 deletions

View 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.