代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/164900/10082469
v shift_maker.v
// Written by Amit Pandey
`define SHIFT_TYPE1 2'b00
`define SHIFT_TYPE2 2'b01
`define SHIFT_TYPE3 2'b10
`define SHIFT_TYPE4 2'b11
module shift_maker(ir2, Reg_value, SAM_Ctrl,BS_Shift_Amt,BS_Sh
www.eeworm.com/read/360190/10107159
cpp shift-prec.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/164131/10128063
vhd shift8.vhd
library ieee;
use ieee.std_logic_1164.all;
entity shift8 is
port(a,clk1,clr1:in std_logic;
b:out std_logic);
end shift8;
architecture rtl of shift8 is
component dff4
port(clk,clr,d:in std_
www.eeworm.com/read/163918/10139975
m er_shift.m
function g = er_shift(f,m)
% function g = er_shift(f,m)
% Function to time-shift given transfer function coefficient vectors
% in struct F. M > 0 implies left-shift, M < 0 implies right-shift.
www.eeworm.com/read/163678/10150182
cpp shift_register.cpp
//BEGIN shift_register.cpp
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See shift_register.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/163678/10150185
h shift_register.h
#ifndef SHIFT_REGISTER_H
#define SHIFT_REGISTER_H
//BEGIN shift_register.h
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// DESCRIPTION
// TO_BE_SUPPLIED
//
// DESI
www.eeworm.com/read/359322/10156225
v spi_shift.v
//////////////////////////////////////////////////////////////////////
//// ////
//// spi_shift.v
www.eeworm.com/read/358376/10190193
xco shift16.xco
# BEGIN Project Options
SET flowvendor = Foundation_iSE
SET vhdlsim = True
SET verilogsim = True
SET workingdirectory = D:\work\ISE\c11
SET speedgrade = -12
SET simulationfiles = Behavioral
SET asysym
www.eeworm.com/read/357878/10198982
vhd ram_shift.vhd
-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT.
-- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME
-- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/357878/10198994
vhd shift2.vhd
-- SHIFT UNIT
library ieee ;
use ieee.std_logic_1164.all ;
use work.butter_lib.all ;
use ieee.std_logic_arith.all ;
use ieee.std_logic_unsigned.all ;
entity shift2 is
port (
sub_contr