1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-26 03:41:21 +00:00

Added openlane target and params.tcl with suitable openlane parameters for SERV

This commit is contained in:
Klas Nordmark
2021-03-30 09:42:00 +02:00
committed by Olof Kindgren
parent 2989051f44
commit 52d0bf0938
3 changed files with 171 additions and 0 deletions

6
data/params.tcl Normal file
View File

@@ -0,0 +1,6 @@
set ::env(CLOCK_PERIOD) "10"
set ::env(CLOCK_PORT) "clk"
set ::env(DIE_AREA) "0 0 200 200"
set ::env(FP_SIZING) absolute
set ::env(DESIGN_IS_CORE) 0
set ::env(GLB_RT_MAXLAYER) 5