1
0
mirror of synced 2026-02-25 00:28:44 +00:00
Files
YosysHQ.yosys/backends
Catherine a94fafa8fe cxxrtl: add a representation of simulation timestamps.
While the VCD format separates the timescale and the timestep (likely
to allow representing the timestep with a small integer type), time in
CXXRTL is represented using a uniform 96-bit number, which allows for
a ±100 year range at femtosecond resolution.

The implementation uses `value<96>`, which provides fast arithmetic and
comparison operations, as well as conversion to/from a more common
representation of integer seconds plus femtoseconds.
2024-01-05 19:01:45 +00:00
..
2023-08-12 11:59:39 +10:00
2023-06-20 10:42:05 +02:00
2023-08-12 11:59:39 +10:00
2021-06-09 12:42:52 +02:00
2023-08-12 11:59:39 +10:00
2023-08-12 11:59:39 +10:00