代码搜索:M511
找到约 13 项符合「M511」的源代码
代码结果 13
www.eeworm.com/read/199360/7864689
vhd m511.vhd
------------------------------------------------------------------2006.12.20
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity m511 is
port
( r
www.eeworm.com/read/199360/7864705
rpt m511.rpt
Project Information d:\so2006\cpld-pro\prog+max2\m511\m511.rpt
MAX+plus II Compiler Report File
Version 10.0 9/14/2000
Compiled: 01/05/2007 14:29:26
Copyright (C) 1988-2000 Alt
www.eeworm.com/read/191840/8420262
v m511.v
//module fen(reset,f,f4t,f5t);
module m511(reset,f,f4t,f5t);
input reset;
input f;
output f4t;
output f5t;
reg f4t;
reg f5t;
reg[16:0] i;
reg[16:0] j;