summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_time.cc
AgeCommit message (Expand)Author
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