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/issue852/golden_repro1.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/issue852/golden_repro1.txt')
-rw-r--r-- | testsuite/gna/issue852/golden_repro1.txt | 213 |
1 files changed, 213 insertions, 0 deletions
diff --git a/testsuite/gna/issue852/golden_repro1.txt b/testsuite/gna/issue852/golden_repro1.txt new file mode 100644 index 000000000..18b116cef --- /dev/null +++ b/testsuite/gna/issue852/golden_repro1.txt @@ -0,0 +1,213 @@ +type std_ulogic is ('U', 'X', '0', '1', 'Z', 'W', 'L', 'H', '-'); -- WKT:3 +type integer is range <>; +subtype natural is integer range 0 to 2147483647; +type std_ulogic_vector is array (natural range <>) of std_ulogic; +type fifo_o_t is record + rx_ack: std_ulogic; + tx_cti: std_ulogic_vector (1 downto 0); + tx_dat: std_ulogic_vector; +end record; +type fifo_array_o_t is array (natural range <>) of fifo_o_t; +design + package standard: + package textio: + package std_logic_1164: + instance repro1: + signal arr_fifo_o: fifo_array_o_t (0 to 1): #1-#38 + process P0: + process P1: +Time is 0 fs +#1: 'U' (0) +#2: 'U' (0) +#3: 'U' (0) +#4: 'U' (0) +#5: 'U' (0) +#6: 'U' (0) +#7: 'U' (0) +#8: 'U' (0) +#9: 'U' (0) +#10: 'U' (0) +#11: 'U' (0) +#12: 'U' (0) +#13: 'U' (0) +#14: 'U' (0) +#15: 'U' (0) +#16: 'U' (0) +#17: 'U' (0) +#18: 'U' (0) +#19: 'U' (0) +#20: 'U' (0) +#21: 'U' (0) +#22: 'U' (0) +#23: 'U' (0) +#24: 'U' (0) +#25: 'U' (0) +#26: 'U' (0) +#27: 'U' (0) +#28: 'U' (0) +#29: 'U' (0) +#30: 'U' (0) +#31: 'U' (0) +#32: 'U' (0) +#33: 'U' (0) +#34: 'U' (0) +#35: 'U' (0) +#36: 'U' (0) +#37: 'U' (0) +#38: 'U' (0) +Time is 0 fs +#1: 'U' (0) +#2: 'U' (0) +#3: 'U' (0) +#4: 'U' (0) +#5: 'U' (0) +#6: 'U' (0) +#7: 'U' (0) +#8: 'U' (0) +#9: 'U' (0) +#10: 'U' (0) +#11: 'U' (0) +#12: 'U' (0) +#13: 'U' (0) +#14: 'U' (0) +#15: 'U' (0) +#16: 'U' (0) +#17: 'U' (0) +#18: 'U' (0) +#19: 'U' (0) +#20: 'U' (0) +#21: 'U' (0) +#22: 'U' (0) +#23: 'U' (0) +#24: 'U' (0) +#25: 'U' (0) +#26: 'U' (0) +#27: 'U' (0) +#28: 'U' (0) +#29: 'U' (0) +#30: 'U' (0) +#31: 'U' (0) +#32: 'U' (0) +#33: 'U' (0) +#34: 'U' (0) +#35: 'U' (0) +#36: 'U' (0) +#37: 'U' (0) +#38: 'U' (0) +Time is 200000 fs +#1: 'U' (0) +#2: 'U' (0) +#3: 'U' (0) +#4: 'U' (0) +#5: 'U' (0) +#6: 'U' (0) +#7: 'U' (0) +#8: 'U' (0) +#9: 'U' (0) +#10: 'U' (0) +#11: 'U' (0) +#12: 'U' (0) +#13: 'U' (0) +#14: 'U' (0) +#15: 'U' (0) +#16: 'U' (0) +#17: 'U' (0) +#18: 'U' (0) +#19: 'U' (0) +#20: 'U' (0) +#21: 'U' (0) +#22: 'U' (0) +#23: 'U' (0) +#24: 'U' (0) +#25: 'U' (0) +#26: 'U' (0) +#27: 'U' (0) +#28: 'U' (0) +#29: 'U' (0) +#30: 'U' (0) +#31: 'U' (0) +#32: 'U' (0) +#33: 'U' (0) +#34: 'U' (0) +#35: '1' (3) +#36: 'U' (0) +#37: 'U' (0) +#38: 'U' (0) +Time is 1000000 fs +#1: 'U' (0) +#2: 'U' (0) +#3: 'U' (0) +#4: 'U' (0) +#5: 'U' (0) +#6: 'U' (0) +#7: 'U' (0) +#8: 'U' (0) +#9: 'U' (0) +#10: 'U' (0) +#11: 'U' (0) +#12: 'U' (0) +#13: 'U' (0) +#14: 'U' (0) +#15: 'U' (0) +#16: 'U' (0) +#17: '1' (3) +#18: 'U' (0) +#19: 'U' (0) +#20: 'U' (0) +#21: 'U' (0) +#22: 'U' (0) +#23: 'U' (0) +#24: 'U' (0) +#25: 'U' (0) +#26: 'U' (0) +#27: 'U' (0) +#28: 'U' (0) +#29: 'U' (0) +#30: 'U' (0) +#31: 'U' (0) +#32: 'U' (0) +#33: 'U' (0) +#34: 'U' (0) +#35: '1' (3) +#36: 'U' (0) +#37: 'U' (0) +#38: 'U' (0) +Time is 2000000 fs +#1: 'U' (0) +#2: 'U' (0) +#3: 'U' (0) +#4: 'U' (0) +#5: 'U' (0) +#6: 'U' (0) +#7: 'U' (0) +#8: 'U' (0) +#9: 'U' (0) +#10: 'U' (0) +#11: 'U' (0) +#12: 'U' (0) +#13: 'U' (0) +#14: 'U' (0) +#15: 'U' (0) +#16: 'U' (0) +#17: '0' (2) +#18: 'U' (0) +#19: 'U' (0) +#20: 'U' (0) +#21: 'U' (0) +#22: 'U' (0) +#23: 'U' (0) +#24: 'U' (0) +#25: 'U' (0) +#26: 'U' (0) +#27: 'U' (0) +#28: 'U' (0) +#29: 'U' (0) +#30: 'U' (0) +#31: 'U' (0) +#32: 'U' (0) +#33: 'U' (0) +#34: 'U' (0) +#35: '1' (3) +#36: 'U' (0) +#37: 'U' (0) +#38: 'U' (0) |