⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mult99.mif

📁 是一些很好的FPGA设计实例
💻 MIF
字号:
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions 
-- and other software and tools, and its AMPP partner logic 
-- functions, and any output files any of the foregoing 
-- (including device programming or simulation files), and any 
-- associated documentation or information are expressly subject 
-- to the terms and conditions of the Altera Program License 
-- Subscription Agreement, Altera MegaCore Function License 
-- Agreement, or other applicable license agreement, including, 
-- without limitation, that your use is for the sole purpose of 
-- programming logic devices manufactured by Altera and sold by 
-- Altera or its authorized distributors.  Please refer to the 
-- applicable agreement for further details.

-- Quartus II generated Memory Initialization File (.mif)

WIDTH=8;
DEPTH=256;

ADDRESS_RADIX=HEX;
DATA_RADIX=HEX;

CONTENT BEGIN
	[000..010]  :   00;
	011  :   01;
	012  :   02;
	013  :   03;
	014  :   04;
	015  :   05;
	016  :   06;
	017  :   07;
	018  :   08;
	019  :   09;
	[01A..020]  :   00;
	021  :   02;
	022  :   04;
	023  :   06;
	024  :   08;
	025  :   10;
	026  :   12;
	027  :   14;
	028  :   16;
	029  :   18;
	[02A..030]  :   00;
	031  :   03;
	032  :   06;
	033  :   09;
	034  :   12;
	035  :   15;
	036  :   18;
	037  :   21;
	038  :   24;
	039  :   27;
	[03A..040]  :   00;
	041  :   04;
	042  :   08;
	043  :   12;
	044  :   16;
	045  :   20;
	046  :   24;
	047  :   28;
	048  :   32;
	049  :   36;
	[04A..050]  :   00;
	051  :   05;
	052  :   10;
	053  :   15;
	054  :   20;
	055  :   25;
	056  :   30;
	057  :   35;
	058  :   40;
	059  :   45;
	[05A..060]  :   00;
	061  :   06;
	062  :   12;
	063  :   18;
	064  :   24;
	065  :   30;
	066  :   36;
	067  :   42;
	068  :   48;
	069  :   54;
	[06A..070]  :   00;
	071  :   07;
	072  :   14;
	073  :   21;
	074  :   28;
	075  :   35;
	076  :   42;
	077  :   49;
	078  :   56;
	079  :   63;
	[07A..080]  :   00;
	081  :   08;
	082  :   16;
	083  :   24;
	084  :   32;
	085  :   40;
	086  :   48;
	087  :   56;
	088  :   64;
	089  :   72;
	[08A..090]  :   00;
	091  :   09;
	092  :   18;
	093  :   27;
	094  :   36;
	095  :   45;
	096  :   54;
	097  :   63;
	098  :   72;
	099  :   81;
	[09A..0FF]  :   00;
END;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -