forked from github/verilator
Remove VL_TIME_I, rarely/never used and too little precision.
This commit is contained in:
parent
0f8e494c76
commit
48986ccdeb
@ -96,8 +96,6 @@
|
||||
Don't merge if any combining would form circ logic (out goes back to in)
|
||||
** Multiple assignments each bit can become single assign with concat
|
||||
Make sure a SEL of a CONCAT can get the single bit back.
|
||||
** Usually blocks/values
|
||||
Enable only after certain time, so VL_TIME_I(32) > 0x1e gets eliminated out
|
||||
** Better ordering of a<=b, b<=c, put all refs to 'b' next to each other to optimize caching
|
||||
** I-cache packing improvements (what/how?)
|
||||
** Data cache organization (order of vars in class)
|
||||
|
@ -857,7 +857,6 @@ inline vluint64_t vl_time_stamp64() { return static_cast<vluint64_t>(sc_time_sta
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define VL_TIME_I() (static_cast<IData>(vl_time_stamp64()))
|
||||
#define VL_TIME_Q() (static_cast<QData>(vl_time_stamp64()))
|
||||
#define VL_TIME_D() (static_cast<double>(vl_time_stamp64()))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user