代码搜索结果
找到约 10,000 项符合
N 的代码
div_by_n.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
div_by_n.tdf
TITLE "div_by_n Frequency Divider Module";
-- Version 2.0, January 29, 1998
-- Copyright Rune Baeverrud, 1996-1998
-- You may use or distribute this function freely,
-- provided you do not remove
div_by_n.inc
-- Copyright (C) 1991-1997 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
--
main-n.c
#i<mark>n</mark>clude "C240.h"
#defi<mark>n</mark>e TRUE 1
#defi<mark>n</mark>e VELOCITY_CO<mark>N</mark>ST 3125000
/* defi<mark>n</mark>e variable */
static u<mark>n</mark>sig<mark>n</mark>ed i<mark>n</mark>t PAvalue[6];
u<mark>n</mark>sig<mark>n</mark>ed i<mark>n</mark>t CAP_A;
u<mark>n</mark>sig<mark>n</mark>ed i<mark>n</mark>t CAP_B;
u<mark>n</mark>sig<mark>n</mark>ed i<mark>n</mark>t C ...