mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-18 01:02:19 +00:00
fixes clang-format handling and applies clang-fomrat changes
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
namespace tgc_vp {
|
||||
|
||||
SC_HAS_PROCESS(tb);
|
||||
tb::tb(const sc_core::sc_module_name &nm): sc_core::sc_module(nm) {
|
||||
tb::tb(const sc_core::sc_module_name& nm)
|
||||
: sc_core::sc_module(nm) {
|
||||
top.erst_n(rst_n);
|
||||
rst_gen.rst_n(rst_n);
|
||||
top.pins_o(pins_o);
|
||||
@@ -27,4 +28,4 @@ tb::tb(const sc_core::sc_module_name &nm): sc_core::sc_module(nm) {
|
||||
top.clk_i(clk_i);
|
||||
clk_i = 10_ns;
|
||||
}
|
||||
}
|
||||
} // namespace tgc_vp
|
||||
|
||||
Reference in New Issue
Block a user