Merge branch 'master' of https://git.minres.com/VP/RISCV.git
This commit is contained in:
2
dbt-core
2
dbt-core
Submodule dbt-core updated: a9d808088e...dd900f0105
2
external/elfio
vendored
2
external/elfio
vendored
Submodule external/elfio updated: 1fdbb64235...580da2467b
@ -50,7 +50,11 @@ plic::plic(sc_core::sc_module_name nm)
|
||||
{
|
||||
regs->registerResources(*this);
|
||||
// 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, uint32_t v, sc_core::sc_time d) -> bool {
|
||||
>>>>>>> branch 'master' of https://git.minres.com/VP/RISCV.git
|
||||
reg.put(v);
|
||||
reset_pending_int(v);
|
||||
// std::cout << "Value of register: 0x" << std::hex << reg << std::endl;
|
||||
|
2
scc
2
scc
Submodule scc updated: 19a0c10fc2...2fd0f2c07f
Reference in New Issue
Block a user