diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-04-23 01:42:48 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-04-23 20:38:47 +0200 |
commit | 1ef548dea6ad8f8e2b445dc96fe9eca1e5bcac88 (patch) | |
tree | 79dc323fc1dc3862ef71bcbabfe2d45552e5688b /testsuite/gna/issue1404/golden_tb.txt | |
parent | 4a11f41e67adb67f7b29a4492ca3a2b8ddef2b91 (diff) | |
download | ghdl-1ef548dea6ad8f8e2b445dc96fe9eca1e5bcac88.tar.gz ghdl-1ef548dea6ad8f8e2b445dc96fe9eca1e5bcac88.tar.bz2 ghdl-1ef548dea6ad8f8e2b445dc96fe9eca1e5bcac88.zip |
testsuite/gna: cleanup ghw related issues
Diffstat (limited to 'testsuite/gna/issue1404/golden_tb.txt')
-rw-r--r-- | testsuite/gna/issue1404/golden_tb.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testsuite/gna/issue1404/golden_tb.txt b/testsuite/gna/issue1404/golden_tb.txt new file mode 100644 index 000000000..28cc988cd --- /dev/null +++ b/testsuite/gna/issue1404/golden_tb.txt @@ -0,0 +1,32 @@ +type bit is ('0', '1'); -- WKT:2 +type integer is range <>; +subtype natural is integer range 0 to 2147483647; +type bit_vector is array (natural range <>) of bit; +subtype mytype_t is bit_vector (1 downto 0); +type pass_through_t is record + texture_id: mytype_t; +end record; +design + package standard: + package mylib_pkg: + package types_pkg: + instance design_tb: + signal clk: bit: #1 + signal input_pass_through: pass_through_t: #2-#3 + process P0: +Time is 0 fs +#1: '1' (1) +#2: '0' (0) +#3: '0' (0) +Time is 0 fs +#1: '1' (1) +#2: '0' (0) +#3: '0' (0) +Time is 1000000 fs +#1: '0' (0) +#2: '0' (0) +#3: '0' (0) +Time is 2000000 fs +#1: '1' (1) +#2: '0' (0) +#3: '0' (0) |