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:
committed by
Olof Kindgren
parent
2989051f44
commit
52d0bf0938
6
data/params.tcl
Normal file
6
data/params.tcl
Normal 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
|
||||
Reference in New Issue
Block a user