Initial revision
This commit is contained in:
parent
1fa73989e0
commit
cf5dd46350
67 changed files with 44947 additions and 0 deletions
10
buddy/examples/calculator/example.cal
Normal file
10
buddy/examples/calculator/example.cal
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
initial 100 100;
|
||||
|
||||
inputs
|
||||
a b c;
|
||||
|
||||
actions
|
||||
t1 = (a | b) & c;
|
||||
t2 = (a & c) | (b & c);
|
||||
t3 = t1 <> t2;
|
||||
tautology t3;
|
||||
Loading…
Add table
Add a link
Reference in a new issue