代码搜索结果
找到约 10,000 项符合
O 的代码
eth_cop.v
//////////////////////////////////////////////////////////////////////
//// ////
//// eth_cop.v
wb_slave.v
module WB_Slave(
// Clock and reset
wb_clk_i, wb_rst_i,
// WISHBONE Slave I/F
wbs_cyc_i, wbs_stb_i, wbs_sel_i, wbs_we_i,
wbs_adr_i, wbs_dat_i, wbs_cti_i,wbs_bte_i,
wbs_dat_o, wbs_ack_o, wb
fcntl.in.h
/* Like , but with non-working flags defined to 0.
Copyright (C) 2006-2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it un
cache_control.v
module cache_control(
clk,
rst,
sending,
data_i,
desadd_i,
test6_1.txt
#include
#include
#include
int write_open(const char *pathname, mode_t mode)
{
int retval;
if((retval=open(pathname, O_WRONLY|O_CREAT|O_TRUNC, mode
test6_1.txt
#include
#include
#include
int write_open(const char *pathname, mode_t mode)
{
int retval;
if((retval=open(pathname, O_WRONLY|O_CREAT|O_TRUNC, mode
bootcoder.v
m<mark>o</mark>dule b<mark>o</mark><mark>o</mark>tc<mark>o</mark>der(b_i,as_<mark>o</mark>,<mark>o</mark>v_<mark>o</mark>,te_<mark>o</mark>,sub_valid);
parameter length=8;
input[2:0] b_i;// bh is the high bit, br is the current bit,bl is the l<mark>o</mark>w bit
<mark>o</mark>utput as_<mark>o</mark>,<mark>o</mark>v_<mark>o</mark>,te_<mark>o</mark>,sub_valid;
reg as_<mark>o</mark>,<mark>o</mark>v_< ...
creat.c
/*
* creat.c
*/
#include
#include
#include
int creat(const char *pathname, mode_t mode)
{
return open(pathname, O_CREAT|O_WRONLY|O_TRUNC, mode);
}
test6_1.txt
#include
#include
#include
int write_open(const char *pathname, mode_t mode)
{
int retval;
if((retval=open(pathname, O_WRONLY|O_CREAT|O_TRUNC, mode
test6_1.txt
#include
#include
#include
int write_open(const char *pathname, mode_t mode)
{
int retval;
if((retval=open(pathname, O_WRONLY|O_CREAT|O_TRUNC, mode