⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (275 Bytes)
Statistics
| Revision:
repo2
/
atari_chips
/
pokeyv2
/
lvds_rx.cmp
View
History
Annotate
component lvds_rx is
port (
data : in std_logic_vector(0 downto 0) := (others => 'X'); -- data
clock : in std_logic := 'X'; -- clock
q : out std_logic_vector(0 downto 0) -- q
);
end component lvds_rx;
« Previous
1
…
41
42
43
44
45
…
117
Next »
(43-43/117)
Loading...