mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 13:37:20 -04:00
Adds significant functionality to synthesis flow. Timing reports are generated using OpenSTA and an area report is generated. Flow supports open Nangate45 library from OpenROAD.
18 lines
437 B
Tcl
18 lines
437 B
Tcl
# Copyright lowRISC contributors.
|
|
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source ./tcl/flow_utils.tcl
|
|
source ./tcl/lr_synth_flow_var_setup.tcl
|
|
|
|
source ./tcl/sta_utils.tcl
|
|
|
|
print_lr_synth_banner
|
|
print_opensta_banner
|
|
|
|
read_liberty $lr_synth_cell_library_path
|
|
read_verilog $lr_synth_sta_netlist_out
|
|
link_design $lr_synth_top_module
|
|
|
|
read_sdc $lr_synth_sdc_file_out
|
|
|