当前位置:网站首页>MIF file format record
MIF file format record
2022-07-07 11:15:00 【Lime Miya】
As shown below :
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;
You can see MIF The document is divided into two parts , The other part is format description :
DEPTH Is the address depth ,
WIDTH Word width ,
ADDRESS_RADIX and DATA_RADIX Usually use UNS, That is, unsigned decimal number ;
HEX,Hexadecimal , Hexadecimal .
DEC,Decimal , Decimal system .
OCT,Octal , octal .
BIN,Binary , Binary system .
The other part is begin And end In the middle of the "00:00000000;" Is the one-to-one address and data .
therefore , In order to get MIF file , Only need to begin And end Replace the middle paragraph with what you need .
边栏推荐
- 面试被问到了解哪些开发模型?看这一篇就够了
- Debezium同步之Debezium架构详解
- seata 1.3.0 四種模式解决分布式事務(AT、TCC、SAGA、XA)
- RationalDMIS2022 高级编程宏程序
- 关于SIoU《SIoU Loss: More Powerful Learning for Bounding Box Regression Zhora Gevorgyan 》的一些看法及代码实现
- uniapp 在onLaunch中跳转页面后,点击事件失效解决方法
- Get pictures through opencv, change channels and save them
- 滚动踩坑--UNI_APP(八)
- Unity websocket server
- From pornographic live broadcast to live broadcast E-commerce
猜你喜欢
【C#】WinForm运行缩放(变糊)的解决方法
【STM32】实战3.1—用STM32与TB6600驱动器驱动42步进电机(一)
[STM32] actual combat 3.1 - drive 42 stepper motors with STM32 and tb6600 drivers (I)
Socket socket programming
Using ENSP to do MPLS pseudo wire test
Mpx 插件
学习笔记|数据小白使用DataEase制作数据大屏
seata 1.3.0 四种模式解决分布式事务(AT、TCC、SAGA、XA)
從色情直播到直播電商
PostgreSQL中的表复制
随机推荐
Shardingsphere sub database and table examples (logical table, real table, binding table, broadcast table, single table)
How to play video on unityui
Go slice comparison
数据库同步工具 DBSync 新增对MongoDB、ES的支持
Poj1821 fence problem solving Report
Activity生命周期
测试开发基础,教你做一个完整功能的Web平台之环境准备
QT document
Arduino board description
关于在云服务器上(这里用腾讯云)安装mysql8.0并使本地可以远程连接的方法
Socket socket programming
Kitex 重试机制
科普达人丨一文弄懂什么是云计算?
Mpx 插件
“梦想杯”2017 年江苏省信息与未来小学生夏令营 IT 小能手 PK 之程序设计试题
[STM32] actual combat 3.1 - drive 42 stepper motors with STM32 and tb6600 drivers (I)
Unity script visualization about layout code
Arduino receives and sends strings
Realize ray detection, drag the mouse to move the object and use the pulley to scale the object
技术分享 | 抓包分析 TCP 协议