1. 10 8月, 2020 1 次提交
  2. 04 8月, 2020 2 次提交
  3. 03 8月, 2020 1 次提交
  4. 02 8月, 2020 3 次提交
  5. 19 7月, 2020 1 次提交
  6. 14 7月, 2020 4 次提交
  7. 13 7月, 2020 1 次提交
    • Z
      xiangshan,utils,LogUtils: optimize wires · f96a1430
      Zihao Yu 提交于
      * Remove assert(), since they can be done at cpp files if needed
      * Calculate `(GTimer() >= disp_begin) && (GTimer() <= disp_end)` at the
        top level module only once, and wire such bool signal to where XSLog()
        is called. This can reduce the number of instances of counter created
        while GTimer() is callled.
      * Remove xsLogLevel. It seems meaningless, since we either need all logs
        for debugging, or no logs for running tests only.
      * With the above optimizion, running microbench with test input spends
        120s on 9900k with log completely disabled (comment out the log code),
        but only spends 147s on 9900k with log enabled.
      f96a1430
  8. 03 7月, 2020 1 次提交
  9. 28 6月, 2020 1 次提交
  10. 27 6月, 2020 1 次提交
  11. 25 6月, 2020 3 次提交
  12. 24 6月, 2020 4 次提交