3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-10 07:10:31 +00:00

newcelltypes: TurboCellTypes -> StaticCellTypes

This commit is contained in:
Emil J. Tywoniak 2025-11-25 16:11:05 +01:00
parent 6adc08b0e5
commit 35ccaa60d7
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
YOSYS_NAMESPACE_BEGIN
namespace TurboCellTypes {
namespace StaticCellTypes {
constexpr int MAX_CELLS = 300;
constexpr int MAX_PORTS = 10;