-
Notifications
You must be signed in to change notification settings - Fork 27
Examples
Nicolai Mueller edited this page Sep 1, 2022
·
37 revisions
In order to demonstrate the functionality of PROLEAD, we provide some selected examples in the examples folder. Each example is structured as follows:
- The
rtl
folder contains the rtl code in VHDL or Verilog. - The
gate
folder contains the resulting gate level netlist which is given as an input to PROLEAD. - The
results
directory which is further divided intonormal_mode
andcompact_mode
directories contains the usedconfig.set
file which encompasses all evaluation settings. In addition, we created an execution scriptrun.sh
for each test case. To execute the script, just navigate into the respective folder and run./run.sh
. Moreover,results
contains all reports generated by PROLEAD. The main report is given asReport.dat
and builds the starting point for interpreting the results. More information regarding the interpretation of results is given under Results.