-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
24 lines (17 loc) · 1.12 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
************************************************************************************
* RISC-V PROJECT
* TESSER ANDREA VIANELLO NICOLA
************************************************************************************
Folder's organization:
innovous: contains all the useful files and reports generated during and after the
place-and-route phase in Cadence Innovous environment.
conn.rpt and geom.rpt show the successful outcome of the verification phase.
The netlists generated at the end of the process are saved in verilog format as:
RISCV_pr_standard.v and RISCV_pr_custom.v
final_report: The final technical report of our work in pdf format.
scripts: Scripts used for simulation, synthesis and place-and-route
sim: Source code (.asm) and binary (.hex) of the programs used for the design verification
src: Here all the files that compose the design are stored.
In the tb subfolder there are all the files used in the testbench.
syn: Inside it you can find: reports for area, timing, power and switching activity;
.sdc and .sdf files; the verilog synthesized netlist.