[Modified] little changes about file format and for dpi

This commit is contained in:
2023-05-12 23:22:01 +08:00
parent bc692afda0
commit f3d2382a60
7 changed files with 13 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
`include "mycpu.h" `include "mycpu.v"
module mycpu_top( module mycpu_top(
input clk, input clk,

View File

@@ -1,4 +1,4 @@
`include "mycpu.h" `include "mycpu.v"
module exe_stage( module exe_stage(
input clk , input clk ,

View File

@@ -1,4 +1,4 @@
`include "mycpu.h" `include "mycpu.v"
// 译码阶段 // 译码阶段
module id_stage( module id_stage(

View File

@@ -1,4 +1,4 @@
`include "mycpu.h" `include "mycpu.v"
// 取指阶段 // 取指阶段
module if_stage( module if_stage(

View File

@@ -1,4 +1,4 @@
`include "mycpu.h" `include "mycpu.v"
module mem_stage( module mem_stage(
input clk , input clk ,

View File

@@ -1,4 +1,4 @@
`include "mycpu.h" `include "mycpu.v"
module wb_stage( module wb_stage(
input clk , input clk ,

View File

@@ -61,6 +61,13 @@
<Attr Name="UsedIn" Val="simulation"/> <Attr Name="UsedIn" Val="simulation"/>
</FileInfo> </FileInfo>
</File> </File>
<File Path="$PPRDIR/../../rtl/cpu/mycpu.v">
<FileInfo>
<Attr Name="UsedIn" Val="synthesis"/>
<Attr Name="UsedIn" Val="implementation"/>
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<File Path="$PPRDIR/../../rtl/cpu/cpu_top.v"> <File Path="$PPRDIR/../../rtl/cpu/cpu_top.v">
<FileInfo> <FileInfo>
<Attr Name="UsedIn" Val="synthesis"/> <Attr Name="UsedIn" Val="synthesis"/>