代码搜索结果
找到约 10,000 项符合
B 的代码
b_reg.rpt
Project Information d:\project\cpu\b_reg.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 03/19/2008 20:25:48
Copyright (C) 1988-2002 Al
44b.h
#ifndef __44B0X_H__
#define __44B0X_H__
#ifdef __cplusplus
extern "C" {
#endif
//#include "option.h"
/* System */
#define rSYSCFG (*(volatile unsigned *)0x1c00000)
/* Cache */
#defin
clka_to_b.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
clka_to_b.v
module clkA_to_B(clkA,rst,clkB);
input clkA,rst;
output reg clkB;
reg [23:0] Q;
always @(posedge clkA or negedge rst)
begin
if (!rst)
begin
Q