OpenCores
URL https://opencores.org/ocsvn/modular_oscilloscope/modular_oscilloscope/trunk

Subversion Repositories modular_oscilloscope

[/] [modular_oscilloscope/] [trunk/] [hdl/] [ctrl/] [tbench/] [channel_selector_tbench_text.vhd] - Diff between revs 36 and 38

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 36 Rev 38
Line 231... Line 231...
    signal channels_I:         std_logic_vector(15 downto 0);
    signal channels_I:         std_logic_vector(15 downto 0);
    signal channel_number_O:   std_logic_vector(3 downto 0);
    signal channel_number_O:   std_logic_vector(3 downto 0);
    signal clk_I:              std_logic;
    signal clk_I:              std_logic;
    signal enable_I:           std_logic;
    signal enable_I:           std_logic;
    signal reset_I:            std_logic;
    signal reset_I:            std_logic;
 
    signal first_channel_O:    std_logic;
 
 
begin
begin
  --------------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------
  -- Instantiation of Stimulus.
  -- Instantiation of Stimulus.
  stimulus_0 : entity work.stimulus
  stimulus_0 : entity work.stimulus
Line 245... Line 246...
      reset_I           => reset_I
      reset_I           => reset_I
    );
    );
 
 
  --------------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------
  -- Instantiation of Model Under Test.
  -- Instantiation of Model Under Test.
  daq_0 : entity work.channel_selector
  chsel_0 : entity work.channel_selector
  port map (
  port map (
    channels_I        => channels_I,
    channels_I        => channels_I,
    channel_number_O  => channel_number_O,
    channel_number_O  => channel_number_O,
    clk_I             => clk_I,
    clk_I             => clk_I,
    enable_I          => enable_I,
    enable_I          => enable_I,
    reset_I           => reset_I
    reset_I           => reset_I,
 
    first_channel_O   => first_channel_O
   );
   );
end tbGeneratedCode;
end tbGeneratedCode;
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.