代码搜索结果

找到约 10,000 项符合 Verilog 的代码

_primary.vhd

library verilog; use verilog.vl_types.all; entity fft_wave is generic( PERIOD : integer := 20; DUTY_CYCLE : real := 0.500000; OFFSET : integer :=

_primary.vhd

library verilog; use verilog.vl_types.all; entity glbl is generic( roc_width : integer := 100000; toc_width : integer := 0 ); end glbl;

_primary.vhd

library verilog; use verilog.vl_types.all; entity rom1 is port( addr : in vl_logic_vector(9 downto 0); clk : in vl_logic; dout : o

_primary.vhd

library verilog; use verilog.vl_types.all; entity counter is port( rst : in vl_logic; inclk : in vl_logic; outclk : out vl_logic;

ps2tolcd.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any

case3s.v

//********************************************************* // IEEE STD 1364-1995 Verilog file: case3s.v // Author-EMAIL: Uwe.Meyer-Baese@ieee.org //************************************************

case3s.v

//********************************************************* // IEEE STD 1364-1995 Verilog file: case3s.v // Author-EMAIL: Uwe.Meyer-Baese@ieee.org //************************************************

lfsr.v

//********************************************************* // IEEE STD 1364-1995 Verilog file: lfsr.v // Author-EMAIL: Uwe.Meyer-Baese@ieee.org //**************************************************

case3.v

//********************************************************* // IEEE STD 1364-1995 Verilog file: case3.v // Author-EMAIL: Uwe.Meyer-Baese@ieee.org //************************************************

fir_srg.v

//********************************************************* // IEEE STD 1364-1995 Verilog file: fir_srg.v // Author-EMAIL: Uwe.Meyer-Baese@ieee.org //**********************************************