当前位置:网站首页>mif 文件格式记录
mif 文件格式记录
2022-07-07 09:02:00 【青柠Miya】
如下所示内容:
DEPTH=32; --Thesizeofdatainbits
WIDTH=8; --Thesizeofmemoryinwords
ADDRESS_RADIX=HEX; --Theradixforaddressvalues
DATA_RADIX=BIN; --Theradixfordatavalues
CONTENT --start of (address:datapairs)
BEGIN
00:00000000;--memoryaddress:data
01:00000001;
02:00000010;
03:00000011;
04:00000100;
05:00000101;
06:00000110;
07:00000111;
08:00001000;
09:00001001;
0A:00001010;
0B:00001011;
0C:00001100;
END;
可以看到MIF文件分两部分,一部分是格式说明部分:
DEPTH就是地址深度,
WIDTH就是字宽,
ADDRESS_RADIX和 DATA_RADIX通常用 UNS,即无符号十进制数;
HEX,Hexadecimal ,十六进制。
DEC,Decimal ,十进制。
OCT,Octal ,八进制。
BIN,Binary ,二进制。
另一部分则是 begin与end中间的"00:00000000;"是一一对应的地址与数据。
因此,要得到MIF文件,只需要把begin与end中间的这段换成所需要的即可。
边栏推荐
- Arduino receives and sends strings
- How to prepare for the advanced soft test (network planning designer)?
- Wallhaven壁纸桌面版
- 【pyqt】tableWidget里的cellWidget使用信号与槽机制
- 中级网络工程师是什么?主要是考什么,有什么用?
- Online hard core tools
- Arduino board description
- [OneNote] can't connect to the network and can't sync the problem
- Typescript interface inheritance
- 长列表性能优化方案 memo
猜你喜欢

Mysql的json格式查询

ADB utility commands (network package, log, tuning related)

Monai version has been updated to 0.9. See what new functions it has

uniCloud

Wallhaven wallpaper desktop version

seata 1.3.0 四種模式解决分布式事務(AT、TCC、SAGA、XA)

2022年7月10日“五心公益”活动通知+报名入口(二维码)

What are the test preparation materials and methods for soft exam information processing technicians?

Opencv installation and environment configuration - vs2017

How to prepare for the advanced soft test (network planning designer)?
随机推荐
ThreadLocal is not enough
What is an intermediate network engineer? What is the main test and what is the use?
Laya common script commands
Monai version has been updated to 0.9. See what new functions it has
SQL Server 知识汇集9 : 修改数据
【安装系统】U盘安装系统教程,使用UltraISO制作U盘启动盘
Applet jump to H5, configure business domain name experience tutorial
2022.7.5DAY597
“梦想杯”2017 年江苏省信息与未来小学生夏令营 IT 小能手 PK 之程序设计试题
1323: [example 6.5] activity selection
Is the soft test intermediate useful??
How to prepare for the advanced soft test (network planning designer)?
2021-04-08
Gym installation pit records
seata 1.3.0 四種模式解决分布式事務(AT、TCC、SAGA、XA)
Unity downloads files through the server address
Installation and configuration of slurm resource management and job scheduling system
Ping tool ICMP message learning
从色情直播到直播电商
Find the greatest common divisor and the least common multiple (C language)