Chih-Mao Chen
|
98252634fc
|
Include systemc instead of systemc.h in model header files (#4622) (#4623)
This may require that SystemC programs add:
using namespace sc_core;
using namespace sc_dt;
|
2023-10-26 14:36:18 -04:00 |
Anthony Donlon
|
be45a9b7d5
|
Style: Update clang-format config to make formatted code consistent between versions. No functional change (#4520)
|
2023-09-26 15:05:57 -04:00 |
Wilson Snyder
|
b4dd398af6
|
Tests: Cleanup some C++ new calls. No functional change.
|
2023-02-23 06:14:54 -05:00 |
Wilson Snyder
|
c0499da28b
|
Spelling fixes
|
2022-12-23 11:32:38 -05:00 |
Mladen Slijepcevic
|
1af046986d
|
Fix thread saftey in SystemC VL_ASSIGN_SBW/WSB (#3494) (#3513).
|
2022-09-05 18:42:12 -04:00 |