You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
| 1 | #-------------------------------------------------------------------------------- |
|---|---|
| 2 | # Auto-generated by LiteX (6932fc51) on 2022-08-04 07:49:47 |
| 3 | #-------------------------------------------------------------------------------- |
| 4 | csr_base,leds,0xfff01800,, |
| 5 | csr_base,buttons,0xfff02000,, |
| 6 | csr_base,ctrl,0xfff02800,, |
| 7 | csr_base,identifier_mem,0xfff03000,, |
| 8 | csr_base,timer0,0xfff03800,, |
| 9 | csr_base,uart,0xfff04000,, |
| 10 | csr_register,leds_out,0xfff01800,1,rw |
| 11 | csr_register,buttons_in,0xfff02000,1,ro |
| 12 | csr_register,ctrl_reset,0xfff02800,1,rw |
| 13 | csr_register,ctrl_scratch,0xfff02804,1,rw |
| 14 | csr_register,ctrl_bus_errors,0xfff02808,1,ro |
| 15 | csr_register,timer0_load,0xfff03800,1,rw |
| 16 | csr_register,timer0_reload,0xfff03804,1,rw |
| 17 | csr_register,timer0_en,0xfff03808,1,rw |
| 18 | csr_register,timer0_update_value,0xfff0380c,1,rw |
| 19 | csr_register,timer0_value,0xfff03810,1,ro |
| 20 | csr_register,timer0_ev_status,0xfff03814,1,ro |
| 21 | csr_register,timer0_ev_pending,0xfff03818,1,rw |
| 22 | csr_register,timer0_ev_enable,0xfff0381c,1,rw |
| 23 | csr_register,uart_rxtx,0xfff04000,1,rw |
| 24 | csr_register,uart_txfull,0xfff04004,1,ro |
| 25 | csr_register,uart_rxempty,0xfff04008,1,ro |
| 26 | csr_register,uart_ev_status,0xfff0400c,1,ro |
| 27 | csr_register,uart_ev_pending,0xfff04010,1,rw |
| 28 | csr_register,uart_ev_enable,0xfff04014,1,rw |
| 29 | csr_register,uart_txempty,0xfff04018,1,ro |
| 30 | csr_register,uart_rxfull,0xfff0401c,1,ro |
| 31 | constant,config_clock_frequency,100000000,, |
| 32 | constant,config_cpu_has_interrupt,None,, |
| 33 | constant,config_cpu_reset_addr,0,, |
| 34 | constant,config_cpu_type_a2o,None,, |
| 35 | constant,config_cpu_variant_standard,None,, |
| 36 | constant,config_cpu_human_name,a2owb,, |
| 37 | constant,config_cpu_nop,nop,, |
| 38 | constant,config_rom_init,1,, |
| 39 | constant,config_csr_data_width,32,, |
| 40 | constant,config_csr_alignment,32,, |
| 41 | constant,config_bus_standard,wishbone,, |
| 42 | constant,config_bus_data_width,32,, |
| 43 | constant,config_bus_address_width,32,, |
| 44 | constant,config_bus_bursting,0,, |
| 45 | constant,timer0_interrupt,1,, |
| 46 | constant,uart_interrupt,0,, |
| 47 | memory_region,rom,0x00000000,65536,cached |
| 48 | memory_region,sram,0x00010000,65536,cached |
| 49 | memory_region,main_ram,0x00100000,256,cached |
| 50 | memory_region,csr,0xfff00000,65536,io |