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