URL
https://opencores.org/ocsvn/s6soc/s6soc/trunk
Subversion Repositories s6soc
Compare Revisions
- This comparison shows the changes necessary to convert path
/s6soc/trunk/rtl
- from Rev 35 to Rev 33
- ↔ Reverse comparison
Rev 35 → Rev 33
/busmaster.v
271,20 → 271,8
`else |
assign many_ack = 1'b0; |
assign many_sel = 1'b0; |
assign none_sel =((wb_cyc)&&(wb_stb)&&( |
(io_addr[5:4]==2'h0) |
&&(~io_addr[0]) |
`ifdef INCLUDE_RTC |
&&(~io_addr[3]) |
assign none_sel =((wb_cyc)&&(wb_stb)&&(io_addr==6'h0)); |
`endif |
`ifdef FANCY_ICAP_ACCESS |
&&(~io_addr[2]) |
`endif |
`ifdef DBG_SCOPE |
&&(~io_addr[1]) |
`endif |
)); |
`endif |
wire flash_interrupt, scop_interrupt, tmra_int, |
rtc_interrupt, gpio_int, pwm_int, keypad_int,button_int; |
|
/builddate.v
1,20 → 271,8
`define DATESTAMP 32'h20160514 |
`define DATESTAMP 32'h20160505 |