为您找到约 65 条结果,搜索耗时:0.0018秒

VHDL中的完整8位微控制器

...作数来对微控制器进行编程。完成设计后,微控制器将在FPGA DE0纳米板上实现。本人在下方展示了微控制器ALU的VHDL代码;如想了解得更多请下载附件。library IEEE;   use IEEE.STD_LOGIC_1164.ALL;   USE ieee.std_logic_arith.all;&n...

用于VHDL中ECG去噪的低通FIR滤波器

...    USE IEEE.Std_logic_signed.all;    -- fpga4student.com: FPGA projects, VHDL projects, Verilog projects    -- LOW pass FIR filter for ECG Denoising  -- VHDL project: VHDL code for FIR filter    entity FIR_RI is  -- VHDL...

停车场系统的Verilog代码

...车场系统的Verilog代码;如想了解得更多请下载附件。// fpga4student.com FPGA projects, Verilog projects, VHDL projects // Verilog project: Verilog code for car parking system `timescale 1ns / 1ps module parking_system(          &nbs...

如何为双向/输入端口编写Verilog Testbench

...log测试平台;想了解更多请下载附件。`timescale 1ns/10ps // fpga4student.com // FPGA projects, Verilog projects, VHDL projects // How to write a verilog testbench for bidirectional/ inout port module test_IO(); reg DS,OEN,IE,PE,I,din; wire PAD; reg wr; wire C; // inout port ...

VHDL中的移位器设计

...解更多请下载附件。library IEEE; use IEEE.STD_LOGIC_1164.ALL; -- fpga4student.com: FPGA projects, Verilog projects, VHDL projects -- VHDL project: VHDL code for Shifter entity shifter is   generic ( N: integer:=16   );     Port ( SHIFTINPUT : in  STD_LOGI...

D触发器的VHDL代码

...沿D型触发器的VHDL代码;如想了解的更多请下载附件。-- FPGA projects using VHDL/ VHDL -- fpga4student.com -- VHDL code for D Flip FLop -- VHDL code for rising edge D flip flop Library IEEE; USE IEEE.Std_logic_1164.all; entity RisingEdge_DFlipFlop is    port( &...

选择器的Verilog代码

...部分复用器的Verilog代码;如想了解更多请下载附件。// fpga4student.com: FPGA projects, Verilog projects, VHDL projects // Verilog project: Verilog code for Multiplexer // Verilog code for 2x32-to-32 Multiplexer module mux2x32to32( DataOut,Data0, Data1, Select); output [31:0] D...

VHDL中的N位环形计数器

...解更多请下载附件。library IEEE; use IEEE.STD_LOGIC_1164.ALL; -- fpga4student.com FPGA projects, VHDL projects, Verilog projects -- VHDL project: VHDL code for ring counter -- VHDL code for DFF entity DFF is    port(       Q : out std_logic; &nb...

算术逻辑单元(ALU)的VHDL代码

...在下方展示了ALU的VHDL代码;想了解更多请下载附件。-- fpga4student.com: FPGA Projects, Verilog projects, VHDL projects -- VHDL code for ALU -- @fpga4student library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use ieee.NUMERIC_STD.all; --------------...

非线性查找表

...解更多请下载附件。library IEEE; use IEEE.STD_LOGIC_1164.ALL; -- fpga4student.com: FPGA projects, Verilog projects, VHDL projects -- VHDL project: VHDL implementation of Lookup Table --------------------------------------------------- -- Non-linear Lookup Table Implementation in VHDL-- ...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部