3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-11 16:42:05 +00:00

Revert "Merge pull request #5301 from KrystalDelusion/krys/re_5280"

This reverts commit c9a602e882, reversing
changes made to 51eaaffe09.
This commit is contained in:
Miodrag Milanovic 2025-08-28 11:58:02 +02:00
parent c9a602e882
commit 88eb83a0c3
7 changed files with 34 additions and 171 deletions

View file

@ -109,7 +109,7 @@ struct PortVariant {
PortKind kind;
int clk_shared;
ClkPolKind clk_pol;
bool clk_en = false;
bool clk_en;
bool width_tied;
int min_wr_wide_log2;
int max_wr_wide_log2;