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

Subversion Repositories uart6551

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /uart6551/trunk/trunk/rtl
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

/pci32_config.sv
120,7 → 120,7
reg [7:0] irq_line;
 
initial begin
for (n1 = 0; n1 < 32; n1 = n1 + 1)
for (n1 = 0; n1 < 64; n1 = n1 + 1)
cfg_dat[n1] = 'd0;
end
 
196,7 → 196,7
cfg_dat[adr_i[7:2]] <= dat_i;
endcase
else
case(adr_i[7:3])
case(adr_i[7:2])
5'h00: cfg_out <= {CFG_DEVICE_ID,CFG_VENDOR_ID};
5'h01: cfg_out <= {stato_reg,cmdo_reg};
5'h02: cfg_out <= {

powered by: WebSVN 2.1.0

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