Skip to content

Commit 9d195ac

Browse files
committed
fix EDA-3262
1 parent 78b9e09 commit 9d195ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/synth_rapidsilicon.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8125,6 +8125,7 @@ void collect_clocks (RTLIL::Module* module,
81258125

81268126
if (cell->type.in(ID(I_BUF_DS), ID(O_BUF_DS), ID(O_BUFT_DS), ID(O_SERDES),
81278127
ID(I_SERDES), ID(BOOT_CLOCK), ID(O_DELAY), ID(I_DELAY),
8128+
ID(O_SERDES_CLK), ID(PLL),
81288129
ID(O_BUF), ID(O_BUFT), ID(O_DDR))) {
81298130

81308131
#if 0

0 commit comments

Comments
 (0)