OpenCores
URL https://opencores.org/ocsvn/spacewiresystemc/spacewiresystemc/trunk

Subversion Repositories spacewiresystemc

[/] [spacewiresystemc/] [trunk/] [rtl/] [RTL_VB/] [top_spw_ultra_light.v] - Diff between revs 5 and 25

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 5 Rev 25
Line 82... Line 82...
 
 
        wire enable_tx;
        wire enable_tx;
        wire send_null_tx;
        wire send_null_tx;
        wire send_fct_tx;
        wire send_fct_tx;
 
 
 
        wire got_fct_flag_fsm;
 
 
 
 
        FSM_SPW FSM(
        FSM_SPW FSM(
                        .pclk(pclk),
                        .pclk(pclk),
                        .resetn(resetn),
                        .resetn(resetn),
 
 
Line 97... Line 99...
                        .rx_credit_error(credit_error_rx),
                        .rx_credit_error(credit_error_rx),
                        .rx_got_bit(got_bit_rx),
                        .rx_got_bit(got_bit_rx),
                        .rx_got_null(got_null_rx),
                        .rx_got_null(got_null_rx),
                        .rx_got_nchar(got_nchar_rx),
                        .rx_got_nchar(got_nchar_rx),
                        .rx_got_time_code(got_time_code_rx),
                        .rx_got_time_code(got_time_code_rx),
                        .rx_got_fct(got_fct_rx),
                        .rx_got_fct(got_fct_flag_fsm),
                        .rx_resetn(resetn_rx),
                        .rx_resetn(resetn_rx),
 
 
                        .enable_tx(enable_tx),
                        .enable_tx(enable_tx),
                        .send_null_tx(send_null_tx),
                        .send_null_tx(send_null_tx),
                        .send_fct_tx(send_fct_tx),
                        .send_fct_tx(send_fct_tx),
Line 112... Line 114...
 
 
 
 
        RX_SPW RX(
        RX_SPW RX(
                        .rx_din(top_din),
                        .rx_din(top_din),
                        .rx_sin(top_sin),
                        .rx_sin(top_sin),
 
 
                        .rx_resetn(resetn_rx),
                        .rx_resetn(resetn_rx),
 
 
                        .rx_error(error_rx),
                        .rx_error(error_rx),
                        .rx_got_bit(got_bit_rx),
                        .rx_got_bit(got_bit_rx),
                        .rx_got_null(got_null_rx),
                        .rx_got_null(got_null_rx),
                        .rx_got_nchar(got_nchar_rx),
                        .rx_got_nchar(got_nchar_rx),
                        .rx_got_time_code(got_time_code_rx),
                        .rx_got_time_code(got_time_code_rx),
                        .rx_got_fct(got_fct_rx),
                        .rx_got_fct(got_fct_rx),
 
                        .rx_got_fct_fsm(got_fct_flag_fsm),
 
 
                        .rx_data_flag(datarx_flag),
                        .rx_data_flag(datarx_flag),
                        .rx_buffer_write(buffer_write),
                        .rx_buffer_write(buffer_write),
 
 
                        .rx_time_out(time_out),
                        .rx_time_out(time_out),

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.