전체 글 (20) 썸네일형 리스트형 SPI Interface. `timescale 1 ns / 1 ps module task_spi ( // SPI master in out ports input i_spi_miso , output o_spi_clk , output o_spi_csn , output o_spi_wex , output o_spi_mosi ); localparam SPI_PER = 300; reg spi_clk; reg spi_csn; reg spi_wex; reg spi_mosi; reg [7:0] spi_data; reg [7:0] spi_rdata; integer count; ////////////////////////////////////SPI_TASK//////////////////////////////////// initial begin spi.. sys_sync_gen module sys_sync_gen ( // clock reset input wire sys_clk , input wire rstb , // sync , de output reg hsync , output reg vsync , output reg de ); // parameter define localparam HS_IDLE = 2'd0 ; localparam HS_BP = 2'd1 ; localparam HS_ACTV = 2'd2 ; localparam HS_FP = 2'd3 ; localparam VS_IDLE = 2'd0 ; localparam VS_BP = 2'd1 ; localparam VS_ACTV = 2'd2 ; localparam VS_FP = 2'd3 ; localparam HBP = 1.. Verilog Lab7 보호되어 있는 글입니다. Morse Code Generator. Development Environment. Program : Quartus Prime 18.1 Lite Edition. Tool : Modelsim 10.5b Starter Edition. FPGA : Cyclone V. Hardware Devices : De1-SoC Board. Language : Verilog2001. Objective. Check the Morse Code character corresponding to the switch input on the board through the LED blinking. Design Steps. 1. Block Diagram. 2. Verilog code. 3. Modelsim Simulation. 4. Verification with De1-So.. Verilog Lab1 보호되어 있는 글입니다. 11.24 보호되어 있는 글입니다. 10.22 보호되어 있는 글입니다. 11.21 보호되어 있는 글입니다. 이전 1 2 3 다음 목록 더보기