File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,24 @@ silicon = "chipflow_lib.steps.silicon:SiliconStep"
1111software = " 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 ]
2025process = " ihp_sg13g2"
2126package = " 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 ]
2934dvss0 = { type = " power" , loc = " 1" }
You can’t perform that action at this time.
0 commit comments