Make RF1 support different slice height.
This commit is contained in:
parent
5fba1d2548
commit
8fc4056a7a
|
@ -939,7 +939,8 @@ class top_rf2 ( Model ) :
|
|||
def Layout ( self, nbit, nword, type ) :
|
||||
global adrange
|
||||
|
||||
HCELL = 50
|
||||
#HCELL = 50
|
||||
HCELL = DbU.toLambda( self.In[0]._hur_masterCell.getAbutmentBox().getHeight() )
|
||||
|
||||
# placement des lignes de bit en dessous des buffers
|
||||
bottom = 0
|
||||
|
|
Loading…
Reference in New Issue