Code covered by the BSD License
-
[and_, or_, xor_]=logic_unit(...
Progetto ALU
-
[c_arith,ncmp,sel_out]=decode...
Progetto ALU
-
[flags]=flag_unit(c_out,sa,sb...
Progetto ALU
-
[y,c_out]=arith_unit(a,b,c_ar...
Progetto ALU
-
[y,c_out]=bin_adder(a,b,c_in)
Progetto ALU
-
[y,c_out]=f_adder(a,b,c_in)
Progetto ALU
-
[y,c_out]=h_adder(a,b)
Progetto ALU
-
[y,flags]=alu(a,b,op_code,c_f...
Progetto ALU
-
b=int2bin(n,nbits);
Prova di esercitazione di laboratorio
-
cf=carry_flag(c_out,ncmp,sel_...
Progetto ALU
-
n=bin2int(b);
Prova di esercitazione di laboratorio
-
of=overflow_flag(ncmp,m_out,s...
Progetto ALU
-
pf=parity_flag(ncmp,m_out)
Progetto ALU
-
sf=sign_flag(ncmp,m_out)
Progetto ALU
-
y=compare(m_out,ncmp)
Progetto ALU
-
y=modify_a(a,c_and)
Progetto ALU
-
y=modify_b(b,c_or,c_xor)
Progetto ALU
-
y=mux(x0,x1,sel,sel_n)
Progetto ALU
-
y=mux2_1(x0,x1,sel,sel_n)
Implementazione di un mux2:1 a singolo bit
-
y=mux4(x0,x1,x2,x3,s0,s1,s0_n...
Progetto ALU
-
y=mux4_1(x0,x1,x2,x3,sel)
Progetto ALU
-
y=muxn2_1(x0,x1,sel);
Implementazione di mux 2:1 a n bit
-
y=muxn4_1(x0,x1,x2,x3,sel);
IMPLEMENTAZIONE DI MUX 4:1 AD N BIT
-
y=muxn8_1(x0,x1,x2,x3,x4,x5,x...
Progetto ALU
-
zf=zero_flag(ncmp,m_out)
Progetto ALU
-
Incr3c.m
-
Pitagora con Program Interrup...
-
Pitagora.m
-
aluu.m
-
incb.m
-
incr.m
-
incr2.m
-
incr3.m
-
incr3d.m
-
testalu.m
-
testalu2.m
-
testdec.m
-
variabili.m
-
View all files
|
|
| All files for Complex ALU |
/Complex ALU/Theorem of Pitagora/Pitagora con Program Interrupt.m
/Complex ALU/Theorem of Pitagora/Pitagora.m
/Complex ALU/Theorem of Pitagora/bin2int.m
/Complex ALU/Theorem of Pitagora/int2bin.m
/Complex ALU/Theorem of Pitagora/note.txt
/Complex ALU/alu_file/alu.m
/Complex ALU/alu_file/arith_unit.m
/Complex ALU/alu_file/bin_adder.m
/Complex ALU/alu_file/carry_flag.m
/Complex ALU/alu_file/compare.m
/Complex ALU/alu_file/decoder.m
/Complex ALU/alu_file/f_adder.m
/Complex ALU/alu_file/flag_unit.m
/Complex ALU/alu_file/h_adder.m
/Complex ALU/alu_file/logic_unit.m
/Complex ALU/alu_file/modify_a.m
/Complex ALU/alu_file/modify_b.m
/Complex ALU/alu_file/mux.m
/Complex ALU/alu_file/mux2_1.m
/Complex ALU/alu_file/mux4.m
/Complex ALU/alu_file/mux4_1.m
/Complex ALU/alu_file/muxn2_1.m
/Complex ALU/alu_file/muxn4_1.m
/Complex ALU/alu_file/muxn8_1.m
/Complex ALU/alu_file/overflow_flag.m
/Complex ALU/alu_file/parity_flag.m
/Complex ALU/alu_file/sign_flag.m
/Complex ALU/alu_file/zero_flag.m
/Complex ALU/prgalu vari/Incr3c.m
/Complex ALU/prgalu vari/aluu.m
/Complex ALU/prgalu vari/incb.m
/Complex ALU/prgalu vari/incr.m
/Complex ALU/prgalu vari/incr2.m
/Complex ALU/prgalu vari/incr3.m
/Complex ALU/prgalu vari/incr3d.m
/Complex ALU/prgalu vari/testalu.m
/Complex ALU/prgalu vari/testalu2.m
/Complex ALU/prgalu vari/testdec.m
/Complex ALU/prgalu vari/variabili.m
/license.txt
|
|
Contact us at files@mathworks.com