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

Subversion Repositories tv80

[/] [tv80/] [tags/] [rel_1_0/] [env/] [env_io.v] - Diff between revs 41 and 53

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

Rev 41 Rev 53
Line 45... Line 45...
      if (!iorq_n & !rd_n)
      if (!iorq_n & !rd_n)
        begin
        begin
          io_cs = (addr[7:5] == 3'b100);
          io_cs = (addr[7:5] == 3'b100);
 
 
          case (addr)
          case (addr)
 
            8'h82 : io_data = timeout_ctl;
            8'h83 : io_data = max_timeout[7:0];
            8'h83 : io_data = max_timeout[7:0];
            8'h84 : io_data = max_timeout[15:8];
            8'h84 : io_data = max_timeout[15:8];
 
 
            8'h90 : io_data = int_countdown;
            8'h90 : io_data = int_countdown;
            8'h91 : io_data = checksum;
            8'h91 : io_data = checksum;

powered by: WebSVN 2.1.0

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