From 010c5590d857aff57284538a5671ccf2a0915556 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Tue, 19 Sep 2017 17:37:29 +0200 Subject: [PATCH] added missing sc_signal constructor call --- examples/simple_system/gpio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/simple_system/gpio.cpp b/examples/simple_system/gpio.cpp index 3025af2..7dd728b 100644 --- a/examples/simple_system/gpio.cpp +++ b/examples/simple_system/gpio.cpp @@ -24,6 +24,7 @@ gpio::gpio(sc_core::sc_module_name nm) : sc_core::sc_module(nm) , tlm_target<>(clk) , NAMED(clk_i) +, NAMED(rst_i) , NAMEDD(gpio_regs, regs) { regs->registerResources(*this);