mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
cleans include statements
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <systemc>
|
||||
|
||||
namespace tgc_vp {
|
||||
|
||||
class rst_gen : public sc_core::sc_module {
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "../vp/system.h"
|
||||
#include "system.h"
|
||||
|
||||
#include "minres/timer.h"
|
||||
#include "minres/uart.h"
|
||||
#include "scc/utilities.h"
|
||||
#include <minres/timer.h>
|
||||
#include <minres/uart.h>
|
||||
#include <scc/utilities.h>
|
||||
|
||||
namespace tgc_vp {
|
||||
using namespace sc_core;
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
#ifndef _PLATFORM_H_
|
||||
#define _PLATFORM_H_
|
||||
|
||||
#include "minres/irq.h"
|
||||
#include "minres/timer.h"
|
||||
#include <minres/irq.h>
|
||||
#include <minres/timer.h>
|
||||
#include <cci_configuration>
|
||||
#include <minres/aclint.h>
|
||||
#include <minres/gpio.h>
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "../vp/tb.h"
|
||||
|
||||
#include "tb.h"
|
||||
#include <sysc/kernel/sc_time.h>
|
||||
|
||||
namespace tgc_vp {
|
||||
|
||||
SC_HAS_PROCESS(tb);
|
||||
|
||||
Reference in New Issue
Block a user