Ricardo Jesus
80b08d1bb8
[TableGen] Add support for per-write cycle tunables ( #125870 )
...
This patch adds support for describing per-write resource cycle counts
for ReadAdvance records via a new optional field called `tunables`.
This makes it possible to declare ReadAdvance records such as:
def : ReadAdvance<Read_C, 1, [Write_A, Write_B], [2]>;
The above will effectively declare two entries in the ReadAdvance
table for Read_C, one for Write_A with a cycle count of 1+2, and one for
Write_B with a cycle count of 1+0 (omitted values are assumed 0).
The field `tunables` provides a list of deltas relative to the base
`cycle` count of the ReadAdvance. Since the field is optional and
defaults to a list of 0's, this change doesn't affect current targets.
2025-02-17 11:32:47 +00:00
..
2024-10-08 13:16:06 +01:00
2025-01-16 17:06:21 +01:00
2025-01-28 00:17:04 -08:00
2024-10-29 12:26:33 -07:00
2023-08-24 19:21:36 -07:00
2025-01-16 17:06:21 +01:00
2024-02-18 13:59:49 +03:00
2024-10-03 18:18:10 -07:00
2024-11-04 16:10:50 +00:00
2025-01-13 23:36:09 -08:00
2024-10-04 13:21:50 -07:00
2025-01-27 13:44:44 -08:00
2025-01-27 13:44:44 -08:00
2024-06-25 16:42:29 -05:00
2024-03-27 12:19:28 -07:00
2024-03-20 13:32:38 -05:00
2024-03-20 13:32:38 -05:00
2024-01-11 15:28:12 +08:00
2024-12-04 09:19:13 +00:00
2024-08-01 01:19:14 +08:00
2023-12-12 17:45:32 +08:00
2023-11-27 11:08:28 +08:00
2023-12-12 17:45:32 +08:00
2024-04-16 20:34:20 -04:00
2024-02-02 17:41:47 +08:00
2024-09-19 12:42:46 -07:00
2024-09-19 12:42:46 -07:00
2024-08-19 21:05:39 +05:30
2025-01-20 19:13:31 -06:00
2024-07-11 10:54:31 -07:00
2025-01-20 19:13:31 -06:00
2025-02-12 08:19:30 -08:00
2025-02-10 08:16:12 -08:00
2025-02-10 08:16:12 -08:00
2024-01-10 06:59:38 -08:00
2024-06-13 11:52:22 +02:00
2024-05-04 20:08:26 -05:00
2024-05-04 20:08:26 -05:00
2024-04-01 17:19:46 +08:00
2024-05-04 20:08:26 -05:00
2024-02-19 13:14:22 +08:00
2025-01-27 13:44:44 -08:00
2024-03-27 12:19:28 -07:00
2024-12-17 20:34:35 -06:00
2024-10-01 09:08:47 -07:00
2024-09-19 05:21:00 -07:00
2024-09-04 15:04:10 -07:00
2024-12-03 13:33:15 -05:00
2024-09-07 05:13:54 -07:00
2024-09-05 14:52:30 -07:00
2024-09-25 12:01:17 -07:00
2024-10-29 12:26:33 -07:00
2024-10-01 11:17:00 +04:00
2024-01-24 17:07:20 +00:00
2024-01-24 17:07:20 +00:00
2024-12-09 13:21:46 +00:00
2024-09-24 12:24:17 -07:00
2024-09-24 12:24:17 -07:00
2024-10-25 13:06:02 -04:00
2024-04-01 18:32:55 +08:00
2025-01-28 00:17:04 -08:00
2024-10-01 11:17:00 +04:00
2023-07-20 16:03:17 +08:00
2023-09-07 12:42:22 -07:00
2023-09-07 12:42:22 -07:00
2023-09-07 12:42:22 -07:00
2025-02-17 11:32:47 +00:00
2024-05-20 06:18:49 -08:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2024-08-08 02:00:36 +03:00
2023-09-27 12:07:36 +08:00
2023-09-27 12:07:36 +08:00
2024-02-26 18:25:21 -08:00
2024-07-25 09:41:55 -04:00
2023-07-27 10:42:21 +01:00
2023-10-11 13:11:48 +02:00
2024-11-22 22:58:54 +08:00
2024-09-07 15:11:34 -07:00
2024-04-25 16:42:48 -04:00
2024-08-08 02:00:36 +03:00
2025-01-06 21:06:17 +01:00
2024-11-07 10:22:03 -08:00
2024-01-29 09:22:22 -05:00
2024-10-29 12:26:33 -07:00
2024-10-29 12:26:33 -07:00
2023-10-26 14:43:38 +02:00
2023-10-20 07:21:24 +02:00
2025-01-24 15:49:28 +08:00
2024-10-21 09:58:59 -07:00
2025-01-17 17:51:42 +08:00
2024-11-07 19:09:21 +08:00