Entity: tb_queue
- File: tb_queue.vhd
Diagram
Description
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
Generics
Generic name | Type | Value | Description |
---|---|---|---|
runner_cfg | string |
Constants
Name | Type | Value | Description |
---|---|---|---|
test_string1 | string(1 to 7) | "abcdefg" | |
test_string2 | string(7 downto 1) | "abcdefg" | |
ascending_slv | std_logic_vector(22 to 23) | "UX" | |
ascending_sulv | std_ulogic_vector(22 to 23) | "UX" | |
descending_slv | std_logic_vector(9 downto 1) | "000111UUU" | |
descending_sulv | std_ulogic_vector(9 downto 1) | "000111UUU" |
Processes
- main: ( )