Created
February 26, 2011 12:30
-
-
Save fbrosser/845162 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# flank.do | |
restart -f -nowave | |
view signals wave | |
add wave x y u q1 q2 reset | |
force reset 1 | |
force x 0 | |
force y 0 | |
run 400 ns | |
force reset 0 | |
force x 1 | |
force y 0 | |
run 100 ns | |
force x 0 | |
force y 0 | |
run 100 ns | |
force x 0 | |
force y 1 | |
run 100 ns | |
force x 1 | |
force y 1 | |
run 100 ns | |
force x 1 | |
force y 0 | |
run 100 ns | |
force x 1 | |
force y 1 | |
run 100 ns | |
force x 0 | |
force y 1 | |
run 100 ns | |
force x 0 | |
force y 0 | |
run 100 ns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment