We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 027a3c5 + 1d0fe42 commit 14d06cbCopy full SHA for 14d06cb
src/synth_rapidsilicon.cc
@@ -7931,6 +7931,16 @@ void collect_clocks (RTLIL::Module* module,
7931
register_rule("O_DELAY", "DLY_ADJ", "f2g_trx_dly_adj", 0, all_rules);
7932
register_rule("O_DELAY", "DLY_INCDEC", "f2g_trx_dly_inc", 0, all_rules);
7933
register_rule("O_DELAY", "DLY_TAP_VALUE", "f2g_trx_dly_tap", 0, all_rules);
7934
+
7935
+ // Data signals
7936
+ //
7937
+ register_rule("O_BUF", "I", "f2g_tx_out", 0, all_rules);
7938
+ register_rule("O_BUFT", "I", "f2g_tx_out", 0, all_rules);
7939
+ register_rule("O_BUF_DS", "I", "f2g_tx_out", 0, all_rules);
7940
+ register_rule("O_BUFT_DS", "I", "f2g_tx_out", 0, all_rules);
7941
+ register_rule("O_DELAY", "I", "f2g_tx_out", 0, all_rules);
7942
+ register_rule("O_DDR", "D", "f2g_tx_out", 0, all_rules);
7943
+ register_rule("O_SERDES", "D", "f2g_tx_out", 0, all_rules);
7944
#endif
7945
7946
register_rule("I_DDR", "R", "f2g_trx_reset_n", 0, all_rules);
0 commit comments