mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
updates scc to make signal tracing work
This commit is contained in:
2
scc
2
scc
Submodule scc updated: 947064144c...03567fbece
@@ -91,11 +91,6 @@ int sc_main(int argc, char* argv[]) {
|
|||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
auto i_system = scc::make_unique<vp::tb>("tb");
|
auto i_system = scc::make_unique<vp::tb>("tb");
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// add non-implemented 'enableTracing' properties
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
|
||||||
if(tracer)
|
|
||||||
tracer->add_control();
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
|
||||||
// dump configuration if requested and/or structure
|
// dump configuration if requested and/or structure
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
if(parser.get<std::string>("dump-config").size() > 0) {
|
if(parser.get<std::string>("dump-config").size() > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user