darom3.mif
来自「《数字信号处理的FPGA实现》代码」· MIF 代码 · 共 21 行
MIF
21 行
-- This is the distributed arithmetic ROM table for
-- the 3 coefficients: 2, 3, 1
-- automatically generated with dagen.exe -- DO NOT EDIT!
WIDTH = 3
DEPTH = 8
ADDRESS_RADIX = dec;
DATA_RADIX = dec;
CONTENT BEGIN
0 : 0;
1 : 2;
2 : 3;
3 : 5;
4 : 1;
5 : 3;
6 : 4;
7 : 6;
END;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?