3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-06 00:50:57 +00:00

Merge pull request #5512 from YosysHQ/emil/turbo-celltypes

celltypes: compile-time lookup tables for internal cells
This commit is contained in:
Emil J 2026-03-04 14:47:57 +00:00 committed by GitHub
commit 0d7a875675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 945 additions and 355 deletions

View file

@ -21,7 +21,7 @@
#include "kernel/register.h"
#include "kernel/sigtools.h"
#include "kernel/utils.h"
#include "kernel/celltypes.h"
#include "kernel/newcelltypes.h"
#include "kernel/timinginfo.h"
#include <optional>