ibex/syn/tcl/yosys_post_synth.tcl
Greg Chadwick 79bb6c7832 [syn] Synth flow improvements
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.
2020-01-07 14:09:17 +00:00

10 lines
278 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/yosys_common.tcl
yosys "read_liberty -lib $lr_synth_cell_library_path"
yosys "read_verilog $lr_synth_netlist_out"