mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-25 06:17:39 -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.
9 lines
277 B
Tcl
9 lines
277 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_pre_map_out"
|
|
|