Updated to latest versions
This commit is contained in:
2
dbt-core
2
dbt-core
Submodule dbt-core updated: dd900f0105...87ecbd4ae1
@@ -50,11 +50,7 @@ plic::plic(sc_core::sc_module_name nm)
|
|||||||
{
|
{
|
||||||
regs->registerResources(*this);
|
regs->registerResources(*this);
|
||||||
// register callbacks
|
// register callbacks
|
||||||
<<<<<<< HEAD
|
regs->claim_complete.set_write_cb([this](scc::sc_register<uint32_t>& reg, const uint32_t v, sc_core::sc_time d) -> bool {
|
||||||
regs->claim_complete.set_write_cb([this](scc::sc_register<uint32_t>& reg, const uint32_t& v, sc_core::sc_time d) -> bool {
|
|
||||||
=======
|
|
||||||
regs->claim_complete.set_write_cb([this](scc::sc_register<uint32_t>& reg, uint32_t v, sc_core::sc_time d) -> bool {
|
|
||||||
>>>>>>> branch 'master' of https://git.minres.com/VP/RISCV.git
|
|
||||||
reg.put(v);
|
reg.put(v);
|
||||||
reset_pending_int(v);
|
reset_pending_int(v);
|
||||||
// std::cout << "Value of register: 0x" << std::hex << reg << std::endl;
|
// std::cout << "Value of register: 0x" << std::hex << reg << std::endl;
|
||||||
|
2
riscv
2
riscv
Submodule riscv updated: e999d95623...1947a2114f
2
scc
2
scc
Submodule scc updated: 2fd0f2c07f...6558b1815b
Reference in New Issue
Block a user