FPGA(9)
-
Microsemi FPGA - CLKBUF 2021.02.02
-
Micron® Flash Memory Support for Xilinx® Platforms 2020.04.24
-
MicroBlaze
https://reference.digilentinc.com/learn/programmable-logic/tutorials/arty-getting-started-with-microblaze/start 불러오는 중입니다...
2020.04.23 -
Memory Interfaces Design Hub - UltraScale DDR3/DDR4 Memory
https://www.xilinx.com/support/documentation-navigation/design-hubs/dh0061-ultrascale-memory-interface-ddr4-ddr3-hub.html
2020.03.26 -
UltraScale and UltraScale+ Package Device Pinout Files
https://www.xilinx.com/support/package-pinout-files/ultrascale-pkgs.html
2020.03.16 -
Verilog___(* rom_style = "block" *) reg [x:0] A [Y:0]
(* rom_style = "block" *) reg [x:0] A [Y:0]
2020.03.12 -
Slave Serial or Slave SelectMAP Mode - Microprocessor to Configure 7 Series FPGAs 2020.02.20
-
Verilog_Circular Queue ( 검증 X )
구글링 자료인데.. 출처는 모르겠고..그림 파일로 되어 있어서 타이핑만 그대로 해서 TB 한번 돌려봄 검증 필요함 ....!!!! File : //------------------------------------------------------------------------------ // //------------------------------------------------------------------------------ `timescale 1ns / 1ps module circular_queue ( rstb , clk , rd , wr , w_data , empty , full , r_data ); parameter B = 8 ; // number of bits in a word param..
2015.08.11 -
Verilog_Memory Initialization
File Name : data.bin File Name : rom_data.v
2015.08.11