mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 00:41:35 +00:00
updates submodules
This commit is contained in:
Submodule dbt-rise-core updated: cc0de2d95c...2298db9905
Submodule dbt-rise-riscv updated: 4990d15a35...6c83288ae0
2
scc
2
scc
Submodule scc updated: c54fc1b084...b4fa07abff
@@ -66,7 +66,7 @@ private:
|
||||
sc_core::sc_signal<bool, sc_core::SC_MANY_WRITERS> rst_s{"rst_s"};
|
||||
|
||||
sc_core::sc_vector<sc_core::sc_signal<bool, sc_core::SC_MANY_WRITERS>> irq_int_s{"irq_int_s", 32};
|
||||
sc_core::sc_vector<sc_core::sc_signal<bool, sc_core::SC_MANY_WRITERS>> clint_int_s{"clint_int_s", 16};
|
||||
sc_core::sc_vector<sc_core::sc_signal<bool, sc_core::SC_MANY_WRITERS>> clint_int_s{"clint_int_s", 32};
|
||||
sc_core::sc_signal<uint64_t> mtime_s{"mtime_s"};
|
||||
void gen_reset();
|
||||
};
|
||||
|
||||
2
vpvper
2
vpvper
Submodule vpvper updated: d9c206f61a...d0351571e2
Reference in New Issue
Block a user