[Modified] little changes about file format and for dpi
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
`include "mycpu.h"
|
`include "mycpu.v"
|
||||||
|
|
||||||
module mycpu_top(
|
module mycpu_top(
|
||||||
input clk,
|
input clk,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
`include "mycpu.h"
|
`include "mycpu.v"
|
||||||
|
|
||||||
module exe_stage(
|
module exe_stage(
|
||||||
input clk ,
|
input clk ,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
`include "mycpu.h"
|
`include "mycpu.v"
|
||||||
|
|
||||||
// 译码阶段
|
// 译码阶段
|
||||||
module id_stage(
|
module id_stage(
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
`include "mycpu.h"
|
`include "mycpu.v"
|
||||||
|
|
||||||
// 取指阶段
|
// 取指阶段
|
||||||
module if_stage(
|
module if_stage(
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
`include "mycpu.h"
|
`include "mycpu.v"
|
||||||
|
|
||||||
module mem_stage(
|
module mem_stage(
|
||||||
input clk ,
|
input clk ,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
`include "mycpu.h"
|
`include "mycpu.v"
|
||||||
|
|
||||||
module wb_stage(
|
module wb_stage(
|
||||||
input clk ,
|
input clk ,
|
||||||
|
|||||||
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user