Skip to content

Commit f7039ec

Browse files
committed
EDA-3292,corrects illegal O_BUF instantiations
1 parent 9fa2bbc commit f7039ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/synth_rapidsilicon.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7880,7 +7880,7 @@ void collect_clocks (RTLIL::Module* module,
78807880
// WARNING; we may need to handle case where 'keep' attribute is on
78817881
// the I_BUF/O_BUF so that we cannot remove them.
78827882
//
7883-
#if 0
7883+
#if 1
78847884
remove_io_buffers(top_module);
78857885

78867886
// Bypass the assigns by replacing LHs by RHS. Assigns will be

0 commit comments

Comments
 (0)