sta_1200.mif

来自「基于fpga的屏幕测试程序」· MIF 代码 · 共 148 行

MIF
148
字号
-- Copyright (C) 1991-2005 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=11;
DEPTH=128;

ADDRESS_RADIX=UNS;
DATA_RADIX=UNS;

CONTENT BEGIN
	0    :   600;
	1    :   540;
	2    :   515;
	3    :   496;
	4    :   480;
	5    :   466;
	6    :   453;
	7    :   441;
	8    :   430;
	9    :   420;
	10   :   410;
	11   :   401;
	12   :   392;
	13   :   384;
	14   :   376;
	15   :   368;
	16   :   360;
	17   :   353;
	18   :   345;
	19   :   338;
	20   :   332;
	21   :   325;
	22   :   319;
	23   :   312;
	24   :   306;
	25   :   300;
	26   :   294;
	27   :   288;
	28   :   283;
	29   :   277;
	30   :   271;
	31   :   266;
	32   :   261;
	33   :   255;
	34   :   250;
	35   :   245;
	36   :   240;
	37   :   235;
	38   :   230;
	39   :   225;
	40   :   221;
	41   :   216;
	42   :   211;
	43   :   207;
	44   :   202;
	45   :   198;
	46   :   193;
	47   :   189;
	48   :   184;
	49   :   180;
	50   :   176;
	51   :   172;
	52   :   167;
	53   :   163;
	54   :   159;
	55   :   155;
	56   :   151;
	57   :   147;
	58   :   143;
	59   :   139;
	60   :   135;
	61   :   131;
	62   :   128;
	63   :   124;
	64   :   120;
	65   :   116;
	66   :   113;
	67   :   109;
	68   :   105;
	69   :   102;
	70   :   98;
	71   :   94;
	72   :   91;
	73   :   87;
	74   :   84;
	75   :   80;
	76   :   77;
	77   :   74;
	78   :   70;
	79   :   67;
	80   :   63;
	81   :   60;
	82   :   57;
	83   :   53;
	84   :   50;
	85   :   47;
	86   :   44;
	87   :   40;
	88   :   37;
	89   :   34;
	90   :   31;
	91   :   28;
	92   :   25;
	93   :   21;
	94   :   18;
	95   :   15;
	96   :   12;
	97   :   9;
	98   :   6;
	99   :   3;
	100  :   0;
	101  :   600;
	102  :   570;
	103  :   558;
	104  :   548;
	105  :   540;
	106  :   533;
	107  :   527;
	108  :   521;
	109  :   515;
	110  :   510;
	111  :   505;
	112  :   501;
	113  :   496;
	114  :   492;
	115  :   488;
	116  :   484;
	117  :   480;
	118  :   476;
	119  :   473;
	120  :   469;
	121  :   466;
	[122..127]  :   0;
END;

⌨️ 快捷键说明

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