URL
https://opencores.org/ocsvn/modular_oscilloscope/modular_oscilloscope/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 48 |
Rev 54 |
Line 167... |
Line 167... |
generic(
|
generic(
|
CHANNEL_WIDTH: integer := 4 -- number of channels 2**CHANNEL_WIDTH, max. 4
|
CHANNEL_WIDTH: integer := 4 -- number of channels 2**CHANNEL_WIDTH, max. 4
|
);
|
);
|
port(
|
port(
|
channels_I: in std_logic_vector(integer(2**real(CHANNEL_WIDTH))-1 downto 0);
|
channels_I: in std_logic_vector(integer(2**real(CHANNEL_WIDTH))-1 downto 0);
|
channel_number_O: out std_logic_vector(3 downto 0);
|
channel_number_O: out std_logic_vector(CHANNEL_WIDTH - 1 downto 0);
|
first_channel_O: out std_logic;
|
first_channel_O: out std_logic;
|
clk_I: in std_logic;
|
clk_I: in std_logic;
|
enable_I: in std_logic;
|
enable_I: in std_logic;
|
reset_I: in std_logic
|
reset_I: in std_logic
|
);
|
);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.