URL
https://opencores.org/ocsvn/idea/idea/trunk
Subversion Repositories idea
[/] [idea/] [trunk/] [simulation/] [idea_machine/] [halfadder_beh.pat] - Rev 11
Go to most recent revision | Compare with Previous | Blame | View Log
-- description generated by Pat driver v107
-- date : Sat Sep 8 00:28:42 2001
-- sequence : halfadder
-- input / output list :
in vdd B;;
in vss B;;
in a B;;
in b B;;
out sout B;;
out cout B;;
begin
-- Pattern description :
-- v v a b s c
-- d s o o
-- d s u u
-- t t
path_1 : 1 0 0 0 ?0 ?0 ;
path_2 : 1 0 0 1 ?1 ?0 ;
path_3 : 1 0 1 0 ?1 ?0 ;
path_4 : 1 0 1 1 ?0 ?1 ;
end;
Go to most recent revision | Compare with Previous | Blame | View Log