Welcome![Sign In][Sign Up]
Location:
Search - alu

Search list

[VHDL-FPGA-Verilogalu-4bit

Description: alu包含各种运算功能,有点事现对于其他的程序,面积较小-it has a smaller square compared with othe program.
Platform: | Size: 1024 | Author: 谌敏飞 | Hits:

[VHDL-FPGA-VerilogDesign-And-Implementation-Of-64-Bit-ALU-Using-VHD

Description: Design And Implementation Of 64 Bit ALU Using VHDL
Platform: | Size: 13312 | Author: saipraveen | Hits:

[VHDL-FPGA-VerilogALU

Description: 一个芯片内ALU的vhdl程序简单描述。-The VHDL discription of a chip
Platform: | Size: 2048 | Author: 姚江超 | Hits:

[VHDL-FPGA-VerilogALU

Description: VHDL设计的ALU,可以添加到CPU的编写者-VHDL lanuage design for ALU
Platform: | Size: 924672 | Author: 李峥 | Hits:

[VHDL-FPGA-Verilogalu

Description: Verilog,PIC系列ALU设计,加法、减法、逻辑运算,二进制调整-Verilog,PIC ALU Design ADD SUB XOR AND
Platform: | Size: 1024 | Author: yueweijie | Hits:

[VHDL-FPGA-VerilogALU

Description: 11条指令MIPS指令系统CPU中的ALU设计-11 instruction in the MIPS instruction ALU design in the system CPU
Platform: | Size: 1024 | Author: Yves Hu | Hits:

[VHDL-FPGA-Verilogdesign-and-implementation-of-64-bit-alu-using-vhd

Description: 64-bit ALU design to implement simple application program
Platform: | Size: 1639424 | Author: siva | Hits:

[VHDL-FPGA-VerilogALU

Description: ALU 与ALU控制器 实验 VHDL Verilog 语言设计-ALU VHDL Verilog
Platform: | Size: 1024 | Author: abc | Hits:

[VHDL-FPGA-Verilogalu

Description: module alu (ina,inb,ALU_BUS,S,cout,y,clk) input[7:0] ina input[7:0] inb input ALU_BUS,clk input[2:0] S output cout output[7:0] y reg cout reg[7:0] y always @(posedge clk) begin if(ALU_BUS) begin case(S) 3 b000:{cout,y}=ina+inb 3 b001:{cout,y}=ina-inb 3 b010:{cout,y}=ina*inb 3 b011:{cout,y}=ina/inb 3 b100:y=ina&&inb 3 b101:y=ina||inb 3 b110:y=~inb 3 b111:y=ina^inb default:y=8 b00000000 endcase end else begin y=8 bZZZZZZZZ end end endmodule -module alu (ina, inb, ALU_BUS, S, cout, y, clk) input [7:0] ina input [7:0] inb input ALU_BUS, clk input [2:0] S output cout output [7:0] y reg cout reg [7:0] y always @ (posedge clk) begin if (ALU_BUS) begin case (S) 3' b000: {cout, y} = ina+inb 3' b001 : {cout, y} = ina-inb 3' b010: {cout, y} = ina* inb 3' b011: {cout, y} = ina/inb 3' b100: y = ina & & inb 3' b101 : y = ina | | inb 3' b110: y = ~ inb 3' b111: y = ina ^ inb default: y = 8' b00000000 endcase end else begin y = 8' bZZZZZZZZ end end endmodule
Platform: | Size: 479232 | Author: suhuhu | Hits:

[VHDL-FPGA-Verilogalu

Description: ALU 嵌入式单片机 模块化 ALU实现-ALU embedded microcontroller modular ALU to achieve
Platform: | Size: 7168 | Author: xue ling | Hits:

[Software EngineeringALU-design

Description: ALU design with circuit maker
Platform: | Size: 101376 | Author: no_name | Hits:

[Otheralu

Description: 一个简单的算术逻辑运算模块的Verilog代码,可进行加、减、自增、自减,比较大小等运算-alu module
Platform: | Size: 1024 | Author: Dora Yu | Hits:

[Software Engineeringalu

Description: THIS VHDL CODE FOR ALU-THIS IS VHDL CODE FOR ALU
Platform: | Size: 1024 | Author: dhaval | Hits:

[ELanguageALU

Description: Computer Architecture ALU
Platform: | Size: 1024 | Author: Ferial | Hits:

[EditorALU

Description: ALU mips to development MIPs
Platform: | Size: 1024 | Author: ds1ds1 | Hits:

[source in ebookALU

Description: 实现ALU的运算 用ACTIVE软件实现-ALU operation ACTIVE software implementation
Platform: | Size: 39936 | Author: henhe | Hits:

[VHDL-FPGA-Verilogalu

Description: It is 32 bit ALU code in Verilog HDL programming Language
Platform: | Size: 1024 | Author: srikanth | Hits:

[Software EngineeringALU

Description: 计算机ALU的verilog设计,能够实现加减与或运算-Computer ALU verilog design can add and subtract with or computing
Platform: | Size: 2048 | Author: hello | Hits:

[VHDL-FPGA-Verilogalu

Description: An ALU with two inputs a and b and four basic ALU functions: output=a+1 or a+b+1 or b or a+b. Using a 2 bit input "sel" to select one function.
Platform: | Size: 1024 | Author: cry | Hits:

[OtherALU

Description: MIPS ALU written using Verilog HDL. Computer structure project
Platform: | Size: 3072 | Author: viet | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »

CodeBus www.codebus.net