Merge branch 'YosysHQ:main' into bootaddr

This commit is contained in:
Patrick Urban 2025-10-21 07:07:08 +02:00 committed by GitHub
commit 4d60ba5d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from dataclasses import dataclass
from typing import List, Dict
from timing import decompress_timing
DATABASE_VERSION = 1.8
DATABASE_VERSION = 1.9
@dataclass(eq=True, order=True)
class Pad: