Skip to content

Commit

Permalink
Traverse Axis Clock Converter. RapidWright integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Feb 1, 2022
1 parent fa1b66c commit a688f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pynq_composable/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
_m_type = ['MASTER', 'INITIATOR']
_s_type = ['SLAVE', 'TARGET']
_mem_items = ['axis_register_slice', 'axis_data_fifo', 'fifo_generator',
'axis_dwidth_converter', 'axis_subset_converter']
'axis_dwidth_converter', 'axis_subset_converter',
'axis_clock_converter']

_dfx_item = ['dfx_decoupler']
_axis_vlnv = 'xilinx.com:interface:axis:1.0'
Expand Down

0 comments on commit a688f46

Please sign in to comment.