mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-02 11:46:57 +00:00
Increase max gen.
This commit is contained in:
parent
bc275e623a
commit
cbe847e8f5
2 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ import re
|
|||
import sys
|
||||
from dataclasses import dataclass
|
||||
|
||||
MAX_CELLS = 300
|
||||
MAX_CELLS = 1024
|
||||
MAX_PORTS = 20
|
||||
|
||||
# Build the IdString index map
|
||||
|
|
@ -51,7 +51,7 @@ class Features:
|
|||
@dataclass
|
||||
class CellInfo:
|
||||
type_name: str
|
||||
inputs: list
|
||||
inputs: MAX_CELLS
|
||||
outputs: list
|
||||
features: Features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue