File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
debugger/src/cpu_sysc_plugin Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,12 @@ void CpuRiscV_RTL::createSystemC() {
211211 uart0_ = 0;
212212 sdcard0_ = 0;
213213#else
214+ bool SIM_ASYNC_RESET = false ;
214215 int SIM_UART_SPEED_UP_RATE = 3 ;
215216 int uart_scaler = 8 ; // expected uart bit edge in a range 8..16 of scaler counter
216- asic0_ = new asic_top (" tt" ,
217- SIM_UART_SPEED_UP_RATE);
217+ asic0_ = new asic_gencpu64_top (" tt" ,
218+ SIM_ASYNC_RESET,
219+ SIM_UART_SPEED_UP_RATE);
218220
219221 asic0_->i_rst (w_rst);
220222 asic0_->i_sclk_p (wrapper_->o_clk );
Original file line number Diff line number Diff line change 4040#include " bus_slv.h"
4141#include " internal/ambalib/types_amba.h"
4242#include " internal/riverlib/workgroup.h"
43- #include " ../prj/impl/asic/asic_top .h"
43+ #include " ../prj/impl/asic_gencpu64/asic_gencpu64_top .h"
4444#include " ../prj/common/vips/uart/vip_uart_top.h"
4545#include " ../prj/common/vips/sdcard/vip_sdcard_top.h"
4646#include < systemc.h>
@@ -171,7 +171,7 @@ class CpuRiscV_RTL : public IService,
171171 TapBitBang *tapbb_;
172172 BusSlave *dmislv_;
173173 Workgroup *group0_;
174- asic_top *asic0_;
174+ asic_gencpu64_top *asic0_;
175175 vip_uart_top *uart0_;
176176 vip_sdcard_top *sdcard0_;
177177};
You can’t perform that action at this time.
0 commit comments