会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zyk-2024
博客园
首页
新随笔
联系
订阅
管理
2024年11月28日
read_hex_line
摘要: def read_hex_line(file_path, line_number): """ 读取指定文件的指定行数据(以64位16进制数表示)。 :param file_path: .hex 文件的路径 :param line_number: 要读取的行号(从1开始) :return: 返回指定行
阅读全文
posted @ 2024-11-28 15:02 小狼与草原
阅读(15)
评论(1)
推荐(0)
2024年11月21日
python 生成随机列表文件
摘要: import os import random 参数设置 width_in_bits = 256 # 随机数的位宽 depth = 2**12 # 每个文件中随机数的数量 num_files = 5 # 需要生成的文件数量 output_directory = "/mnt/data/random_h
阅读全文
posted @ 2024-11-21 15:44 小狼与草原
阅读(24)
评论(0)
推荐(0)
2024年10月23日
xdma_multi_interrupt
摘要: module xdma_multi_interrupt ( input wire clk, // 时钟信号 input wire rst_n, // 复位信号,低电平有效 input wire [15:0] event_trigger, // 16 位事件信号,触发多个中断 output reg [
阅读全文
posted @ 2024-10-23 16:57 小狼与草原
阅读(87)
评论(0)
推荐(0)
2024年9月6日
aa
摘要: 自定义仿真参数,不限 设置 请选择
阅读全文
posted @ 2024-09-06 18:53 小狼与草原
阅读(77)
评论(0)
推荐(0)
公告