updates submodules

This commit is contained in:
2025-12-14 17:16:23 +01:00
parent f234849bd1
commit 1b5585b395
5 changed files with 5 additions and 5 deletions

2
scc

Submodule scc updated: c54fc1b084...b4fa07abff

View File

@@ -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

Submodule vpvper updated: d9c206f61a...d0351571e2