Skip to content

Instantly share code, notes, and snippets.

@fbrosser
Created February 26, 2011 12:30
Show Gist options
  • Save fbrosser/845162 to your computer and use it in GitHub Desktop.
Save fbrosser/845162 to your computer and use it in GitHub Desktop.
# 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