finish the program and fix when a wire goes undefined

This commit is contained in:
daniel
2017-04-25 14:38:15 -04:00
parent e7afee35aa
commit 4f3f006d0d
6 changed files with 29 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
CIRCUIT DrivesTwo
INPUT A 1DrivesTwo
INPUT A 1
OUTPUT B 3
OUTPUT C 4
NOT 2ns 1 3

7
Radec/Radec/ff.txt Normal file
View File

@@ -0,0 +1,7 @@
CIRCUIT flipflop1
INPUT R 1
INPUT S 2
OUTPUT O 3
NOR 2ns 2 3 4
NOR 2ns 1 4 3

12
Radec/Radec/ff_v.txt Normal file
View File

@@ -0,0 +1,12 @@
VECTOR flipflop1
INPUT R 0 1
INPUT S 0 1
INPUT R 1 0
INPUT S 1 0
INPUT S 2 1
INPUT S 3 0
INPUT S 5 1
INPUT S 6 0
INPUT R 9 1
INPUT R 10 0