Skip to content

Commit 3e99c04

Browse files
committed
wip: board specification
1 parent 7794093 commit 3e99c04

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

mcu_soc/chipflow.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,24 @@ silicon = "chipflow_lib.steps.silicon:SiliconStep"
1111
software = "design.steps.software:MySoftwareStep"
1212

1313
[chipflow.clocks]
14-
default = 'sys_clk'
14+
default = 'clock_1'
1515

1616
[chipflow.resets]
17-
default = 'sys_rst_n'
17+
default = 'reset_1'
18+
19+
[chipflow.boards.ULX3S]
20+
spi_flash = 'soc.flash'
21+
leds = 'soc.gpio_0'
22+
uart = 'soc.uart_0'
1823

1924
[chipflow.silicon]
2025
process = "ihp_sg13g2"
2126
package = "pga144"
2227

2328
[chipflow.silicon.pads]
2429
# System
25-
sys_clk = { type = "clock", loc = "114" }
26-
sys_rst_n = { type = "reset", loc = "115" }
30+
clock_1 = { type = "clock", loc = "114" }
31+
reset_1 = { type = "reset", loc = "115" }
2732

2833
[chipflow.silicon.power]
2934
dvss0 = { type = "power", loc = "1" }

0 commit comments

Comments
 (0)