fpga_cores

时间:2024-04-17 02:31:12
【文件属性】:

文件名称:fpga_cores

文件大小:113KB

文件格式:ZIP

更新时间:2024-04-17 02:31:12

VHDL

FPGA内核 FPGA内核是主要针对FPGA的通用RTL代码的存储库。 代码分为可综合的模拟助手和测试平台。 可综合代码 先进先出 async_fifo.vhd:双时钟FIFO axi_stream_fifo.vhd:单时钟AXI流FIFO sync_fifo.vhd:单时钟FIFO AXI Stream基础架构 AXI流延迟:在AXI流数据路径上插入FF延迟 AXI Stream主适配器:允许在一个完整信号(也称为“踩踏”)和写使能(也称为“ tvalid”)之间的任意数量的周期。 这样做的目的是将AXI的背压与处理管线隔离开,从而更易于停止。 AXI流宽度转换器:支持非倍数比和2倍数据宽度幂的宽度转换器 AXI流防滑缓冲器(ZipCPU的原始VHDL版本) 基本的东西(不需要解释) 边缘检测器 脉冲同步器 移位寄存器延迟 同步器 回忆 RAM推断(单端口和双端口) R


【文件预览】:
fpga_cores-master
----.gitignore(10B)
----templates()
--------entity.vhd(2KB)
----run.py(12KB)
----src()
--------axi_stream_duplicate.vhd(3KB)
--------pipeline_context_ram.vhd(4KB)
--------ram_inference.vhd(5KB)
--------async_fifo.vhd(13KB)
--------synchronizer.vhd(3KB)
--------sync_fifo.vhd(6KB)
--------axi_stream_frame_fifo.vhd(4KB)
--------axi_stream_mux.vhd(2KB)
--------axi_stream_arbiter.vhd(8KB)
--------axi_stream_width_converter.vhd(11KB)
--------common_pkg.vhd(13KB)
--------sr_delay.vhd(3KB)
--------axi_stream_demux.vhd(3KB)
--------ram_inference_dport.vhd(4KB)
--------axi_stream_fifo.vhd(6KB)
--------rom_inference.vhd(4KB)
--------exponential_golomb()
--------pulse_sync.vhd(2KB)
--------axi_pkg.vhd(1KB)
--------skidbuffer.vhd(7KB)
--------axi_stream_delay.vhd(3KB)
--------axi_stream_debug.vhd(7KB)
--------axi_stream_master_adapter.vhd(5KB)
--------edge_detector.vhd(3KB)
----.hdl_checker.config(293B)
----wave.do(173B)
----sim()
--------testbench_utils_pkg.vhd(6KB)
--------axi_stream_bfm_pkg.vhd(8KB)
--------axi_file_compare.vhd(6KB)
--------sim_context.vhd(966B)
--------axi_stream_bfm.vhd(9KB)
--------axi_file_reader.vhd(10KB)
--------file_utils_pkg.vhd(6KB)
--------linked_list_pkg.vhd(8KB)
--------file_dumper.vhd(2KB)
----LICENSE(34KB)
----.gitmodules(121B)
----.github()
--------workflows()
----README.md(2KB)
----testbench()
--------axi_stream_delay_tb.vhd(7KB)
--------axi_stream_width_converter_tb.vhd(13KB)
--------axi_file_reader_tb.vhd(13KB)
--------async_fifo_tb.vhd(6KB)
--------axi_file_compare_tb.vhd(11KB)
--------axi_stream_arbiter_tb.vhd(26KB)
--------axi_stream_frame_fifo_tb.vhd(15KB)
--------exp_golomb_encoder_tb.vhd(7KB)
----dependencies()
--------hdl_string_format()
----misc()
--------run_synth.sh(2KB)
--------yosys()
--------run_tests.sh(2KB)

网友评论