mirror of
https://github.com/olofk/serv.git
synced 2026-01-26 11:41:51 +00:00
Added openlane target and params.tcl with suitable openlane parameters for SERV
This commit is contained in:
committed by
Olof Kindgren
parent
2989051f44
commit
52d0bf0938
10
serv.core
10
serv.core
@@ -21,6 +21,11 @@ filesets:
|
||||
- rtl/serv_rf_top.v
|
||||
file_type : verilogSource
|
||||
|
||||
openlane:
|
||||
files:
|
||||
- data/params.tcl : {file_type : tclSource}
|
||||
- rtl/serv_synth_wrapper.v : {file_type : verilogSource}
|
||||
|
||||
targets:
|
||||
default:
|
||||
filesets : [core]
|
||||
@@ -43,6 +48,11 @@ targets:
|
||||
- "-Wall"
|
||||
toplevel : serv_rf_top
|
||||
|
||||
sky130:
|
||||
default_tool : openlane
|
||||
filesets : [core, openlane]
|
||||
toplevel : serv_synth_wrapper
|
||||
|
||||
parameters:
|
||||
MDU:
|
||||
datatype : int
|
||||
|
||||
Reference in New Issue
Block a user