Files
verilator/docs/guide
Geza Lore 77ef2cd487 Split up assignments to wides with Concat on the RHS (#5599)
Add a new pass to split up (recursively):

foo = {l, r};

into the following, with the right indices, iff the concatenation
straddles a wide word boundary.

foo[_:_] = r;
foo[_:_] = l;

This eliminates more wide temporaries.

Another 23% speedup on VeeR EH2 high_perf. Also brings the predicted
stack size from 8M to 40k.
2024-11-10 15:51:59 +00:00
..
2024-01-01 03:19:59 -05:00
2024-10-25 18:54:39 -04:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-09-19 17:58:37 -04:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-07-11 18:33:35 -04:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-09-29 21:41:05 -04:00
2024-03-02 10:15:19 -05:00
2024-10-10 08:14:21 -04:00