summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_time.cc
AgeCommit message (Expand)Author
2018-11-12systemc: Stop using python to set/manage the global time resolution.Gabe Black
2018-10-16systemc: Get rid of leftovers from unimplemented warnings past.Gabe Black
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Add a non-standard sc_time constructor and from_string.Gabe Black
2018-10-16systemc: Implement the sc_time_tuple class.Gabe Black
2018-10-16systemc: Move some constants out of sc_time.cc for other files to use.Gabe Black
2018-10-16systemc: Add an error check to sc_time.Gabe Black
2018-10-09systemc: Stop assuming picoseconds as the time resolution.Gabe Black
2018-10-09systemc: Implement sc_time::to_string.Gabe Black
2018-10-03systemc: Add some error checks to sc_set_default_time_unit.Gabe Black
2018-10-03systemc: Implement sc_(g|s)et_time_resolution.Gabe Black
2018-10-03systemc: Implement support for the default time unit.Gabe Black
2018-09-20systemc: Implement a little more of sc_time.Gabe Black
2018-09-20systemc: Implement a few more member functions for sc_time.Gabe Black
2018-09-20systemc: Use the new python interface to delay fixing the timescale.Gabe Black
2018-09-11systemc: Implement + and - for sc_time, and sc_max_time.Gabe Black
2018-09-11systemc: Fix the time resolution when constructing an sc_time.Gabe Black
2018-09-11systemc: Implement some of the basics of sc_time.Gabe Black
2018-08-28systemc: Add the non-standard sc_time_tuple class.Gabe Black
2018-08-28systemc: Add deprecated sc_time constructors.Gabe Black
2018-08-28systemc: Add some deprecated sc_time factory methods.Gabe Black
2018-08-22systemc: Add deprecated default time unit management functions.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black