1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-23 06:44:02 +00:00
verilator/test_regress/t/t_opt_table_struct.out
Geza Lore c207e98306
Implement a distinct constant pool ()
What previously used to be per module static constants created in
V3Table and V3Prelim are now merged globally within the whole model and
emitted as part of a separate constant pool. Members of the constant
pool are global variables which are declared lazily when used (similar to
loose methods).
2021-06-13 15:05:55 +01:00

10 lines
309 B
Plaintext

cyle 0 = { 0, 1, 2 }
cyle 1 = { 1, 2, 3 }
cyle 2 = { 2, 3, 4 }
cyle 3 = { 0, 0, 0 }
cyle 4 = { 4, 5, 6 }
cyle 5 = { 5, 6, 7 }
cyle 6 = { 0, 0, 0 }
cyle 7 = { 0, 0, 0 }
*-* All Finished *-*