mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
37 lines
963 B
Markdown
37 lines
963 B
Markdown
Synthesis for RISC-V Microprocessor System-on-Chip Design
|
|
|
|
This subdirectory contains synthesis scripts for use with Synopsys
|
|
(snps) Design Compiler (DC). Synthesis commands are found in
|
|
scripts/synth.tcl.
|
|
|
|
Example Usage
|
|
make synth DESIGN=wallypipelinedcore FREQ=500
|
|
|
|
environment variables
|
|
|
|
DESIGN
|
|
Design provides the name of the output log. Default is synth.
|
|
|
|
FREQ
|
|
Frequency in MHz. Default is 500
|
|
|
|
CONFIG
|
|
The wally configuration file. Default is rv32e.
|
|
Examples.
|
|
rv32e
|
|
rv64gc
|
|
rv32gc
|
|
|
|
TECH
|
|
The target standard cell library. Default is 130.
|
|
sky90: skywater 90nm TT 25C
|
|
sky130: skywater 130nm TT 25C
|
|
|
|
SAIFPOWER
|
|
Controls if power analysis is driven by switching factor or RTL modelsim simulation.
|
|
When enabled requires a saif file named power.saif.
|
|
Default is 0.
|
|
0: switching factor power analysis
|
|
1: RTL simulation driven power analysis.
|
|
|