flipflop updated

This commit is contained in:
2022-03-30 16:03:01 +02:00
parent 4cbe8cb3d1
commit f468913472
4 changed files with 63 additions and 53 deletions

View File

@@ -3,6 +3,8 @@
= "Reset" "Reset"
"Reset"->"t._reset_B"-
~("Reset")->"t._reset_B"+
"t.clk"->"t._clk_B"-
~("t.clk")->"t._clk_B"+
= "t._reset_B" "t.ff.reset_B"
"t.ff.clk_B"->"t.ff._clk_B"-
~("t.ff.clk_B")->"t.ff._clk_B"+
@@ -23,5 +25,5 @@
= "Vdd" "t.ff.vdd"
= "GND" "t.ff.vss"
= "t.q" "t.ff.q"
= "t.clk" "t.ff.clk_B"
= "t._clk_B" "t.ff.clk_B"
= "t.d" "t.ff.d"