Subversion Repositories ngs

Rev

Rev 2 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 6
Line 245... Line 245...
245
        wire snd_wrtoggle;
245
        wire snd_wrtoggle;
246
        wire snd_datnvol;
246
        wire snd_datnvol;
247
        wire [2:0] snd_addr;
247
        wire [2:0] snd_addr;
248
        wire [7:0] snd_data;
248
        wire [7:0] snd_data;
249
 
249
 
250
        wire mode_8chans;
-
 
251
        wire mode_pan4ch;
250
        wire mode_8chans,mode_pan4ch,mode_inv7b;
252
 
251
 
253
// ports-SPIs interconnection
252
// ports-SPIs interconnection
254
 
253
 
255
        wire [7:0] md_din;
254
        wire [7:0] md_din;
256
        wire [7:0] mc_din;
255
        wire [7:0] mc_din;
Line 512... Line 511...
512
                        .snd_datnvol(snd_datnvol),
511
                        .snd_datnvol(snd_datnvol),
513
                        .snd_addr(snd_addr),
512
                        .snd_addr(snd_addr),
514
                        .snd_data(snd_data),
513
                        .snd_data(snd_data),
515
                        .mode_8chans(mode_8chans),
514
                        .mode_8chans(mode_8chans),
516
                        .mode_pan4ch(mode_pan4ch),
515
                        .mode_pan4ch(mode_pan4ch),
-
 
516
                        .mode_inv7b(mode_inv7b),
517
 
517
 
518
                        .command_port_input(command_zx2gs),
518
                        .command_port_input(command_zx2gs),
519
                        .command_bit_input(command_bit_2gs),
519
                        .command_bit_input(command_bit_2gs),
520
                        .command_bit_output(command_bit_2zx),
520
                        .command_bit_output(command_bit_2zx),
521
                        .command_bit_wr(command_bit_wr),
521
                        .command_bit_wr(command_bit_wr),
Line 570... Line 570...
570
 
570
 
571
        sound_main my_sound_main( .clock(clk_24mhz),
571
        sound_main my_sound_main( .clock(clk_24mhz),
572
 
572
 
573
                                  .mode_8chans(mode_8chans),
573
                                  .mode_8chans(mode_8chans),
574
                                  .mode_pan4ch(mode_pan4ch),
574
                                  .mode_pan4ch(mode_pan4ch),
-
 
575
                                  .mode_inv7b(mode_inv7b),
575
 
576
 
576
                                  .in_wrtoggle(snd_wrtoggle),
577
                                  .in_wrtoggle(snd_wrtoggle),
577
                                  .in_datnvol(snd_datnvol),
578
                                  .in_datnvol(snd_datnvol),
578
                                  .in_wraddr(snd_addr),
579
                                  .in_wraddr(snd_addr),
579
                                  .in_data(snd_data),
580
                                  .in_data(snd_data),