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

Subversion Repositories oms8051mini

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /oms8051mini
    from Rev 36 to Rev 37
    Reverse comparison

Rev 36 → Rev 37

/trunk/rtl/8051/oc8051_ports.v
192,6 → 192,24
`ifdef OC8051_PORT3
`OC8051_SFR_P3: p3_out <= data_in;
`endif
default : begin
`ifdef OC8051_PORT0
p0_out <= p0_out;
`endif
 
`ifdef OC8051_PORT1
p1_out <= p1_out;
`endif
 
`ifdef OC8051_PORT2
p2_out <= p2_out;
`endif
 
`ifdef OC8051_PORT3
p3_out <= p3_out;
`endif
 
end
endcase
end else begin
case (wr_addr[7:3]) /* synopsys full_case parallel_case */

powered by: WebSVN 2.1.0

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